Uses of Class
org.drinkless.tdlib.TdApi.EmojiCategorySource
Packages that use TdApi.EmojiCategorySource
-
Uses of TdApi.EmojiCategorySource in org.drinkless.tdlib
Subclasses of TdApi.EmojiCategorySource in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe category contains premium stickers that must be found by getPremiumStickers.static classThe category contains a list of similar emoji to search for in getStickers and searchStickers for stickers, or getInlineQueryResults with the bot getOption("animation_search_bot_username") for animations.Fields in org.drinkless.tdlib declared as TdApi.EmojiCategorySourceModifier and TypeFieldDescriptionTdApi.EmojiCategory.sourceSource of stickers for the emoji category.Constructors in org.drinkless.tdlib with parameters of type TdApi.EmojiCategorySourceModifierConstructorDescriptionEmojiCategory(String name, TdApi.Sticker icon, TdApi.EmojiCategorySource source, boolean isGreeting) Describes an emoji category.