Skip to main content
Module

x/biscuit/mod.ts>MessageReactionRemoveAll

A Discord library that is easy to use but reliable on its core 🥠
Latest
type alias MessageReactionRemoveAll
import { type MessageReactionRemoveAll } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Represents when all reactions were removed from a message. Equals to MessageReactionAdd but with 'channelId', 'messageId' and 'guildId' properties guaranteed.

definition: Pick<MessageReactionAdd, "channelId" | "messageId" | "guildId">