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 class
The category contains premium stickers that must be found by getPremiumStickers.static class
The 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.source
Source 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.