IgcChatMessageReaction
Represents a user's reaction to a specific chat message.
Properties
Section titled "Properties"message
Section titled "message"The chat message that the reaction is associated with.
message: IgcChatMessage Defined in src/components/chat/types.ts:165
reaction
Section titled "reaction"The string representation of the reaction, such as an emoji or a string;
reaction: string Defined in src/components/chat/types.ts:169