Interface EmojiCategory

Describes an emoji category.

interface EmojiCategory {
    @type: "emojiCategory";
    icon: Sticker;
    is_greeting?: boolean;
    name: string;
    source: EmojiCategorySource;
}

Properties

@type: "emojiCategory"
icon: Sticker

Custom emoji sticker, which represents icon of the category.

is_greeting?: boolean

True, if the category must be shown first when choosing a sticker for the start page.

name: string

Name of the category.

Source of stickers for the emoji category.