Class Inbox

The details of a DM inbox containing conversations and metadata.

Implements

Constructors

Properties

conversations: Conversation[]

List of conversations in the inbox.

cursor: string

The cursor for pagination of conversations.

lastSeenEventId: string

The ID of the last seen event.

trustedLastSeenEventId: string

The ID of the last seen trusted event.

untrustedLastSeenEventId: string

The ID of the last seen untrusted event.

Accessors

Methods

  • Check if this inbox was created from an initial state response

    Returns boolean