Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

  • ChatMessageReaction

Index

Constructors

  • new ChatMessageReaction(params: { count: string; isAddedBySelf: boolean; reaction: string; userList: string[] }): ChatMessageReaction
  • Parameters

    • params: { count: string; isAddedBySelf: boolean; reaction: string; userList: string[] }
      • count: string
      • isAddedBySelf: boolean
      • reaction: string
      • userList: string[]

    Returns ChatMessageReaction

Properties

count: string

The count of the users who added this Reaction.

isAddedBySelf: boolean

Whether the current user added this Reaction.

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

The Reaction content.

userList: string[]

The list of users that added this Reaction.

Generated using TypeDoc