Interface ReactionTypeCustomEmoji

A reaction with a custom emoji. Subtype of ReactionType.

interface ReactionTypeCustomEmoji {
    @type: "reactionTypeCustomEmoji";
    custom_emoji_id: string;
}

Properties

@type: "reactionTypeCustomEmoji"
custom_emoji_id: string

Unique identifier of the custom emoji.