SHARDWIRE
ReferenceEvent & Data Models

BridgeReactionEmoji

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface BridgeReactionEmoji {
	id?: Snowflake;
	name?: string | null;
	animated?: boolean;
}

Structure

On this page