Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.67 KB

File metadata and controls

14 lines (11 loc) · 4.67 KB

MessagingConversation

Fields

Field Type Required Description Example
created_at Date Timestamp when the conversation was created 2024-03-20T10:00:00Z
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
last_message_at Date Timestamp of the last message in the conversation 2024-03-20T11:30:00Z
name T.nilable(::String) Name or title of the conversation Project Discussion
participants T::Array<::String> List of participant user IDs in the conversation [
"c28xIQ1",
"c28xIQ2"
]
private T.nilable(T.any(T::Boolean, Models::Shared::MessagingConversation2)) Whether the conversation is private true
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3