Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NIMEQChatGetMentionedMeMessagesResults

Hierarchy

  • NIMEQChatGetMentionedMeMessagesResults

Index

Properties

messages: QChatMessage[]

消息数据

pageInfo: { cursor?: string; hasMore: boolean; nextTimetag: number }

分页信息

Type declaration

  • Optional cursor?: string

    查询游标,下次查询的起始位置

  • hasMore: boolean

    是否还有下一页的数据

  • nextTimetag: number

    下一次翻页时的起始时间戳