Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.67 KB

File metadata and controls

15 lines (12 loc) · 5.67 KB

MessagingMessageResultData

Fields

Field Type Required Description Example
attachments T::Array<Models::Shared::MessagingAttachment> List of attachments in the message
author T.nilable(Models::Shared::MessagingMessageResultAuthor) Author of the message
content T.nilable(Models::Shared::MessagingMessageResultContent) Content of the message {
"html": "\u003cp\u003eHello world\u003c/p\u003e",
"plain": "Hello world"
}
created_at Date Timestamp when the message was created 2024-03-20T10:00:00Z
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
parent_message_id T.nilable(::String) ID of the parent message if this is a reply 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
updated_at Date Timestamp when the message was last updated 2024-03-20T10:00:00Z