Interface ReactionTypeCustomEmoji

The reaction is based on a custom emoji.

interface ReactionTypeCustomEmoji {
    custom_emoji_id: string;
    type: "custom_emoji";
}

Properties

custom_emoji_id: string

Custom emoji identifier

type: "custom_emoji"

Type of the reaction, always “custom_emoji”