Interface ChannelMessageReactionBulkRemove

interface ChannelMessageReactionBulkRemove {
    channelID: string;
    count: number;
    deletedBy: string;
    emote: any;
    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: any

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

guildID: string

The ID of the server

messageID: string

The ID of the message