Interface GatewayEvent_ForumTopicCommentReactionDeleted

Hierarchy

  • GatewayEvent_ForumTopicCommentReactionDeleted

Properties

Properties

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

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: APIEmote
  • forumTopicCommentId: number

    The ID of the forum topic comment

  • forumTopicId: number

    The ID of the forum topic

serverId?: string

The ID of the server