ultra-telegram-framework
    Preparing search index...

    Interface RichTextCustomEmoji

    A custom emoji.

    interface RichTextCustomEmoji {
        alternative_text: string;
        custom_emoji_id: string;
        type: string;
    }
    Index

    Properties

    alternative_text: string

    Alternative emoji for the custom emoji

    custom_emoji_id: string

    Unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker.

    type: string

    Type of the rich text, always "custom_emoji"