Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.28 KB

File metadata and controls

15 lines (12 loc) · 5.28 KB

MessagingMessageResultData

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
content JsonNullable<MessagingMessageResultContent> Content of the message {
"html": "\u003cp\u003eHello world\u003c/p\u003e",
"plain": "Hello world"
}
parentMessageId JsonNullable<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 JsonNullable<MessagingMessageResultAuthor> Author of the message
createdAt OffsetDateTime Timestamp when the message was created 2024-03-20T10:00:00Z
updatedAt OffsetDateTime Timestamp when the message was last updated 2024-03-20T10:00:00Z