Interface MessageReactionRemoveAllPacket

interface MessageReactionRemoveAllPacket {
    d: {
        channel_id: string;
        guild_id?: string;
        message_id: string;
    };
    op: DISPATCH;
    s: number;
    t: "MESSAGE_REACTION_REMOVE_ALL";
}

Hierarchy (view full)

Properties

d op s t

Properties

d: {
    channel_id: string;
    guild_id?: string;
    message_id: string;
}

Type declaration

  • channel_id: string
  • Optional guild_id?: string
  • message_id: string
s: number
t: "MESSAGE_REACTION_REMOVE_ALL"