Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetHistoryMsgsByTagsOptions

Index

Properties

fromTime?: number

开始时间 默认 0

limit?: number

数量限制,默认 100

reverse?: 0 | 1
  • 0: 升序查找,优先返回时间较早的消息
  • 1: 降序查找,优先返回时间较晚的消息
tags: string[]

标签

toTime?: number

结束时间。若不填,或者为0,则默认服务器当前时间

types?: ("text" | "image" | "audio" | "video" | "geo" | "notification" | "file" | "tip" | "robot" | "g2" | "custom")[]

消息类型