SHARDWIRE
ReferenceAction Models

MessageReactionActionResult

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

interface exported from src/discord/types.ts.

Summary

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

Signature

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

Structure

On this page