Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.14 KB

File metadata and controls

15 lines (12 loc) · 5.14 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 ?Components\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 array<Components\MessagingAttachment> List of attachments in the message
author ?Components\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