Uses of Class
org.drinkless.tdlib.TdApi.StickerType
Packages that use TdApi.StickerType
-
Uses of TdApi.StickerType in org.drinkless.tdlib
Subclasses of TdApi.StickerType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The sticker is a custom emoji to be used inside message text and caption.static class
The sticker is a mask in WEBP format to be placed on photos or videos.static class
The sticker is a regular sticker.Fields in org.drinkless.tdlib declared as TdApi.StickerTypeModifier and TypeFieldDescriptionTdApi.CreateNewStickerSet.stickerType
Type of the stickers in the set.TdApi.GetAllStickerEmojis.stickerType
Type of the stickers to search for.TdApi.GetArchivedStickerSets.stickerType
Type of the sticker sets to return.TdApi.GetInstalledStickerSets.stickerType
Type of the sticker sets to return.TdApi.GetStickers.stickerType
Type of the stickers to return.TdApi.GetTrendingStickerSets.stickerType
Type of the sticker sets to return.TdApi.ReorderInstalledStickerSets.stickerType
Type of the sticker sets to reorder.TdApi.SearchInstalledStickerSets.stickerType
Type of the sticker sets to search for.TdApi.SearchStickers.stickerType
Type of the stickers to return.TdApi.SearchStickerSets.stickerType
Type of the sticker sets to return.TdApi.StickerSet.stickerType
Type of the stickers in the set.TdApi.StickerSetInfo.stickerType
Type of the stickers in the set.TdApi.UpdateInstalledStickerSets.stickerType
Type of the affected stickers.TdApi.UpdateTrendingStickerSets.stickerType
Type of the affected stickers.Constructors in org.drinkless.tdlib with parameters of type TdApi.StickerTypeModifierConstructorDescriptionCreateNewStickerSet
(long userId, String title, String name, TdApi.StickerType stickerType, boolean needsRepainting, TdApi.InputSticker[] stickers, String source) Creates a function, which creates a new sticker set.GetAllStickerEmojis
(TdApi.StickerType stickerType, String query, long chatId, boolean returnOnlyMainEmoji) Creates a function, which returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).GetArchivedStickerSets
(TdApi.StickerType stickerType, long offsetStickerSetId, int limit) Creates a function, which returns a list of archived sticker sets.GetInstalledStickerSets
(TdApi.StickerType stickerType) Creates a function, which returns a list of installed sticker sets.GetStickers
(TdApi.StickerType stickerType, String query, int limit, long chatId) Creates a function, which returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords.GetTrendingStickerSets
(TdApi.StickerType stickerType, int offset, int limit) Creates a function, which returns a list of trending sticker sets.ReorderInstalledStickerSets
(TdApi.StickerType stickerType, long[] stickerSetIds) Creates a function, which changes the order of installed sticker sets.SearchInstalledStickerSets
(TdApi.StickerType stickerType, String query, int limit) Creates a function, which searches for installed sticker sets by looking for specified query in their title and name.SearchStickers
(TdApi.StickerType stickerType, String emojis, String query, String[] inputLanguageCodes, int offset, int limit) Creates a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.SearchStickerSets
(TdApi.StickerType stickerType, String query) Creates a function, which searches for sticker sets by looking for specified query in their title and name.StickerSet
(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.Outline thumbnailOutline, boolean isOwned, boolean isInstalled, boolean isArchived, boolean isOfficial, TdApi.StickerType stickerType, boolean needsRepainting, boolean isAllowedAsChatEmojiStatus, boolean isViewed, TdApi.Sticker[] stickers, TdApi.Emojis[] emojis) Represents a sticker set.StickerSetInfo
(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.Outline thumbnailOutline, boolean isOwned, boolean isInstalled, boolean isArchived, boolean isOfficial, TdApi.StickerType stickerType, boolean needsRepainting, boolean isAllowedAsChatEmojiStatus, boolean isViewed, int size, TdApi.Sticker[] covers) Represents short information about a sticker set.UpdateInstalledStickerSets
(TdApi.StickerType stickerType, long[] stickerSetIds) The list of installed sticker sets was updated.UpdateTrendingStickerSets
(TdApi.StickerType stickerType, TdApi.TrendingStickerSets stickerSets) The list of trending sticker sets was updated or some of them were viewed.