Interface EmojiCategorySourceSearch

Describes source of stickers for an emoji category. Subtype of EmojiCategorySource.

interface EmojiCategorySourceSearch {
    @type: "emojiCategorySourceSearch";
    emojis: string[];
}

Properties

Properties

@type: "emojiCategorySourceSearch"
emojis: string[]

List of emojis to search for.