telegramsjs
    Preparing search index...

    Interface ReactionTypeCustomEmoji

    The reaction is based on a custom emoji.

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

    Properties

    custom_emoji_id: string

    Custom emoji identifier

    type: "custom_emoji"

    Type of the reaction, always “custom_emoji”