MessageAttachment Object
Description
Attachment associated with a message.
Declaration
type MessageAttachment {
_id: ID
uri: String
title: String
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID | Internal database identifier. |
uri | String | URI to access the attachment file. |
title | String | Title or filename of the attachment. |