SHARDWIRE
ReferenceEvent & Data Models

MessageReactionRemoveEmojiEventPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface MessageReactionRemoveEmojiEventPayload extends EventEnvelopeBase {
	reaction: BridgeMessageReaction;
}

Structure

On this page