Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • QChatGetQuickCommentsResult

Indexable

[key: string]: { channelId: string; details: QChatQuickCommentDetail[]; lastUpdateTime: number; msgIdServer: string; serverId: string; totalCount: number }

key 为 msgIdServer

  • channelId: string

    消息所属的频道的id

  • details: QChatQuickCommentDetail[]

    评论详情列表

  • lastUpdateTime: number

    消息评论最后一次操作的时间

  • msgIdServer: string

    服务端给出的消息Id

  • serverId: string

    消息所属的服务器的id

  • totalCount: number

    获取总评论数