Class ChatConversationFetchOptions

The conversation filter class.

Constructors

Properties

cursor?: string

The cursor to specify where to start retrieving conversations.

Whether to get marked conversations.

  • true: Yes.
  • false: No.
pageSize?: number

The number of conversations to retrieve.

If you retrieve marked conversations, the value range is [1,10], with 10 as the default. Otherwise, the value range is [1,50].

pinned?: boolean

Whether to get pinned conversations.

  • true: Yes.
  • false: No.

Methods