Interface StickerFullTypeCustomEmoji

The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji. Subtype of StickerFullType.

interface StickerFullTypeCustomEmoji {
    @type: "stickerFullTypeCustomEmoji";
    custom_emoji_id: string;
    needs_repainting?: boolean;
}

Properties

@type: "stickerFullTypeCustomEmoji"
custom_emoji_id: string

Identifier of the custom emoji.

needs_repainting?: boolean

True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places.