Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetReactionDetailResult

Index

Properties

cursor: string

The cursor that specifies where to start to get data. If there is data on the next page, this method will return the cursor to indicate where to start to get data for the next query. If it is null, the data of the first page will be returned.

isAddedBySelf: boolean

Whether the current user added this reaction.

  • true: Yes;
  • false: No.
reaction: string

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

userCount: number

The number of users that added this reaction.

userList: string[]

The IDs of the users who added the reaction.

Generated using TypeDoc