Skip to main content

MessageAttachment Object

Description

Attachment associated with a message.

Declaration

type MessageAttachment {
_id: ID
uri: String
title: String
}

Fields

NameTypeDescription
_idIDInternal database identifier.
uriStringURI to access the attachment file.
titleStringTitle or filename of the attachment.