Skip to content

DirectMessageAttachment

Information on the direct message attachment

Fields

attachment_name · String · The file name of the attachment
id · ID · The unique ID of the direct message attachment

Used By

Definition

"""
Information on the direct message attachment
"""
type DirectMessageAttachment {
"""
The file name of the attachment
"""
attachment_name: String
"""
The unique ID of the direct message attachment
"""
id: ID
}