Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGetHistoryMessagesByTypesOption

通过消息类型获取历史消息配置项

Hierarchy

Index

Properties

Optional timestamp

timestamp?: number

获取此时间之前的消息,0 为从当前时间拉取

Optional count

count?: number

获取消息的数量,范围: 1-100 如果 SDK < 5.7.4,范围为 [1-20];如果 SDK ≧ 5.7.4,范围为 [1-100]。默认值 20

Optional order

order?: 0 | 1

获取消息的排列顺序

  • 0: 升序
  • 1: 降序

messageTypes

messageTypes: string[]

消息类型