Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Reaction

Index

Properties

count: number

The reaction count.

isAddedBySelf?: boolean

Whether the current user has added this reaction.

  • true: Yes.
  • false: No.
op?: { operator: string; reactionType: "create" | "delete" }[]

The reaction update operation. Once the reaction is updated, the onReactionChange callback is triggered.

reaction: string

The content of the reaction to be added to the message. The length is limited to 128 characters.

userList: string[]

The IDs of the users that added the reaction.

Generated using TypeDoc