Class ChatConversationFetchOptions

会话对象过滤选项。

Constructors

Properties

cursor?: string

查询游标,即会话查询的起始位置。

是否获取添加标记的会话。

pageSize?: number

每页查询的会话数量。查询标记的会话时,取值范围为 [1,10],默认为 10。否则,取值范围为[1,50]。

pinned?: boolean

是否获取置顶的会话。

Methods