A container that holds all the information required to send and receive messages in a chat application or messaging system.
Returns
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.
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.
senderType ● MessageSendType
The type of the message sender.
storeId ● String
A globally-unique identifier of the store.
userId ● ID
A globally-unique identifier of the third party user.
Was this article helpful to you?