Interface GatewayEvent_ForumTopicReactionDeleted

Hierarchy

  • GatewayEvent_ForumTopicReactionDeleted

Properties

Properties

reaction: {
    channelId: string;
    createdBy: string;
    emote: APIEmote;
    forumTopicId: number;
}

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: APIEmote
  • forumTopicId: number

    The ID of the forum topic

serverId?: string

The ID of the server