Interface ChannelMessageReactionBulkRemove

interface ChannelMessageReactionBulkRemove {
    channelID: string;
    count: number;
    deletedBy: string;
    emote: null | { id: number; name: string; serverId?: string; url: string };
    guildID: string;
    messageID: string;
}

Properties

channelID: string

The ID of the channel

count: number

The count of reactions that were removed

deletedBy: string

The ID of the user who deleted this reaction

emote: null | { id: number; name: string; serverId?: string; url: string }

If present, only reactions of this emote were bulk removed from the message

Type declaration

  • null
  • { id: number; name: string; serverId?: string; url: string }
    • id: number

      Emote ID

      The ID of the emote

    • name: string

      Name

      The name of the emote

    • OptionalserverId?: string

      Server ID

      The ID of the server the emote was created on

    • url: string

      Emote URL Format: media-uri

      The URL of the emote image

guildID: string

The ID of the server

messageID: string

The ID of the message