Interface GatewayEvent_ChannelMessageReactionAdded

Hierarchy

  • GatewayEvent_ChannelMessageReactionAdded

Properties

Properties

reaction: {
    channelId: string;
    createdBy: string;
    emote: APIEmote;
    messageId: string;
}

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: APIEmote

    Emote

  • messageId: string

    The ID of the message

serverId?: string

The ID of the server