Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Reaction

Index

Properties

count: number

该 Reaction 的数量。

isAddedBySelf?: boolean

当前用户是否添加过此 reaction。

  • true:是;
  • false:否。
op?: { operator: string; reactionType: "create" | "delete" }[]

更新 Reaction 的操作。Reaction 更新后会触发 onReactionChange 回调。

reaction: string

消息 Reaction,最大长度 128 字符。

userList: string[]

添加 Reaction 的用户 ID。

Generated using TypeDoc