A container that holds all the information required to send and receive messages in a chat application or messaging system.
Fields
content ● String
The content of the message.
contentAttachmentUrl ● URL
The URL of the message attachment.
conversationId ● ID
A globally-unique identifier of the conversation.
createAt ● Date
The time when the message was created.
fileName ● String
The file name of the message attachment.
id ● ID
A globally-unique identifier of the message.
messageType ● MessageType
The type of the message.
More
payLoad ● String
Any additional payload data returned with the message.
sendErrorCode ● String
The type of the message sender.
sendStatus ● MessageSendStatus
The status of the message send operation.
More
senderType ● MessageSendType
The type of the message sender.
More
storeId ● String
A globally-unique identifier of the store.
userId ● ID
A globally-unique identifier of the third party user.
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?