GatewayMessageReactionRemoveAllDispatchData

https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all

Signature

export type GatewayMessageReactionRemoveAllDispatchData = MessageReactionRemoveData;

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.