OBJECT

DirectMessageAttachment

Information on the direct message attachment

link GraphQL Schema definition

  • type DirectMessageAttachment {
  • # The file name of the attachment
  • attachment_name: String
  • # The unique ID of the direct message attachment
  • id: ID
  • }