ApiInterfaces
ConversationSummary
Interface: ConversationSummary
Defined in: api/messaging/types.ts:9
Per-conversation summary returned by Messaging.listConversations.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
conversationId | string | Hyphenated UUID. | api/messaging/types.ts:11 |
participants | string[] | Hyphenated UUIDs of all participants (includes self). | api/messaging/types.ts:15 |
type | number | Conversation kind code from MCS — 5 = DM, 13 = group, 420 = MOB friends, etc. | api/messaging/types.ts:13 |