Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 5.2 KB

File metadata and controls

14 lines (11 loc) · 5.2 KB

MessagingConversationResultData

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
participants List<String> List of participant user IDs in the conversation [
"c28xIQ1",
"c28xIQ2"
]
name JsonNullable<String> Name or title of the conversation Project Discussion
private_ JsonNullable<MessagingConversationResultPrivate> Whether the conversation is private true
createdAt OffsetDateTime Timestamp when the conversation was created 2024-03-20T10:00:00Z
lastMessageAt OffsetDateTime Timestamp of the last message in the conversation 2024-03-20T11:30:00Z