SHARDWIRE
ReferenceEvent & Data Models

MessageReactionRemoveEventPayload

Reference for `MessageReactionRemoveEventPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for MessageReactionRemoveEventPayload, exported as part of the public Shardwire surface.

Signature

export interface MessageReactionRemoveEventPayload extends EventEnvelopeBase {
	reaction: BridgeMessageReaction;
}

Structure

On this page