Skip to main content
A Conversation represents a messaging thread between two or more participants. Sublay supports three conversation types: direct (1:1 DMs), group (multi-member chat), and space (a single shared chat channel attached to a Space).

Properties

ConversationPreview

When listing conversations (e.g. in an inbox), the API returns ConversationPreview objects, which extend Conversation with these additional fields:

Conversation Types

  • ConversationMember — member rows linked to this conversation
  • ChatMessage — messages that belong to this conversation
  • Space — the parent Space for type: "space" conversations