Interface ReactionTypeCustomEmoji

The reaction is based on a custom emoji.

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

Properties

Properties

customEmojiId: string

Custom emoji identifier

type: "custom_emoji"

Type of the reaction, always “custom_emoji”