Skip to main content
Module

x/biscuit/mod.ts>MessageReactionRemoveEmoji

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

Represents when a reaction-emoji was removed from a message. Equals to MessageReactionAdd but with 'channelId', 'messageId', 'emoji' and 'guildId' properties guaranteed.

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