SHARDWIRE
ReferenceAction Models

RemoveOwnMessageReactionActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface RemoveOwnMessageReactionActionPayload {
	channelId: Snowflake;
	messageId: Snowflake;
	emoji: string;
}

Structure

On this page