Interface TextEntityTypeCustomEmoji

A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji. Subtype of TextEntityType.

interface TextEntityTypeCustomEmoji {
    @type: "textEntityTypeCustomEmoji";
    custom_emoji_id: string;
}

Properties

@type: "textEntityTypeCustomEmoji"
custom_emoji_id: string

Unique identifier of the custom emoji.