ReferenceEvent & Data Models
MessageReactionAddEventPayload
Reference for `MessageReactionAddEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for MessageReactionAddEventPayload, exported as part of the public Shardwire surface.
Signature
export interface MessageReactionAddEventPayload extends EventEnvelopeBase {
reaction: BridgeMessageReaction;
}