Interface GetEmojiCategories

Returns available emoji categories. Request type for Tdjson#getEmojiCategories.

interface GetEmojiCategories {
    @type: "getEmojiCategories";
    type: EmojiCategoryType;
}

Properties

Properties

@type: "getEmojiCategories"

Type of emoji categories to return; pass null to get default emoji categories.