IgcChatMessageReaction

Represents a user's reaction to a specific chat message.

The chat message that the reaction is associated with.

message: IgcChatMessage

Defined in src/components/chat/types.ts:165

The string representation of the reaction, such as an emoji or a string;

reaction: string

Defined in src/components/chat/types.ts:169