Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.55 KB

File metadata and controls

15 lines (12 loc) · 4.55 KB

MessagingMessageResultData

Fields

Field Type Required Description Example
Id string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
RemoteId string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
Content MessagingMessageResultContent Content of the message {
"html": "\u003cp\u003eHello world\u003c/p\u003e",
"plain": "Hello world"
}
ParentMessageId string ID of the parent message if this is a reply 8187e5da-dc77-475e-9949-af0f1fa4e4e3
Attachments List<MessagingAttachment> List of attachments in the message
Author MessagingMessageResultAuthor Author of the message
CreatedAt DateTime Timestamp when the message was created 2024-03-20T10:00:00Z
UpdatedAt DateTime Timestamp when the message was last updated 2024-03-20T10:00:00Z