ReferenceEvent & Data Models
MessageReactionRemoveAllEventPayload
Reference for `MessageReactionRemoveAllEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for MessageReactionRemoveAllEventPayload, exported as part of the public Shardwire surface.
Signature
export interface MessageReactionRemoveAllEventPayload extends EventEnvelopeBase {
channelId: Snowflake;
messageId: Snowflake;
guildId?: Snowflake;
}