Type alias ChatMessageReactionPayload

ChatMessageReactionPayload: {
    channelId: string;
    createdBy: string;
    emote: EmotePayload;
    messageId: string;
}

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: EmotePayload
  • messageId: string

    The ID of the message

Generated using TypeDoc