snapcap
ApiInterfaces

ConversationSummary

Interface: ConversationSummary

Defined in: api/messaging/types.ts:9

Per-conversation summary returned by Messaging.listConversations.

Properties

PropertyTypeDescriptionDefined in
conversationIdstringHyphenated UUID.api/messaging/types.ts:11
participantsstring[]Hyphenated UUIDs of all participants (includes self).api/messaging/types.ts:15
typenumberConversation kind code from MCS — 5 = DM, 13 = group, 420 = MOB friends, etc.api/messaging/types.ts:13

On this page