Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGetConversationListOptions

Hierarchy

Index

Properties

startTime?: number

获取会话起始时间,需要精确到毫秒,0 表示当前时间

count?: number

分页数量,默认值

order?: 0 | 1
  • 0 - 从 startTime 开始向前查询
  • 1 - 从 startTime 开始向后查询