Class ChatMessageReaction
Constructors
constructor
- 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[]
Properties
isAddedBySelf
isAddedBySelf: boolean
userList
userList: string[]
export class type