MESSAGE_REACTION_REMOVE_ALL

Signature

export declare const MESSAGE_REACTION_REMOVE_ALL: (_self: UsingClient, data: MessageReactionRemoveData) => { channelId: string; messageId: string; guildId?: string | undefined; };

Private types

MessageReactionRemoveDataInterface
interface MessageReactionRemoveData {    channel_id: Snowflake;    message_id: Snowflake;    guild_id?: Snowflake;}

Members

This export does not declare public properties or methods in the generated declaration file.