Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QChatServerGetInviteApplyRecordOfSelfOptions

Hierarchy

  • QChatServerGetInviteApplyRecordOfSelfOptions

Index

Properties

cursor?: string

游标 id,id 的来源参照 recordId

注:若有多条记录有相同的时间,需要借助这个参数才能精准的分页。

fromTime: number

开始时间戳

limit?: number

分页大小

reverse?: boolean

排列顺序。默认为 false

为 true 则代表按时间戳升序查询,从 fromTime 开始查询到 toTime 之间的 limit 条记录

为 false 则代表按时间戳降序查询,从 toTime 开始查询到 fromTime 之间的 limit 条记录

toTime: number

结束时间戳