Uses of Class
org.drinkless.tdlib.TdApi.Sticker
-
Packages that use TdApi.Sticker Package Description org.drinkless.tdlib -
-
Uses of TdApi.Sticker in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Sticker Modifier and Type Field Description TdApi.StickerTdApi.DiceStickersSlotMachine. backgroundThe animated sticker with the slot machine background.TdApi.StickerTdApi.DiceStickersSlotMachine. centerReelThe animated sticker with the center reel.TdApi.Sticker[]TdApi.StickerSetInfo. coversUp to the first 5 stickers from the set, depending on the context.TdApi.StickerTdApi.DiceStickersSlotMachine. leftReelThe animated sticker with the left reel.TdApi.StickerTdApi.DiceStickersSlotMachine. leverThe animated sticker with the lever animation.TdApi.StickerTdApi.DiceStickersSlotMachine. rightReelThe animated sticker with the right reel.TdApi.StickerTdApi.AnimatedEmoji. stickerAnimated sticker for the emoji.TdApi.StickerTdApi.DiceStickersRegular. stickerThe animated sticker with the dice animation.TdApi.StickerTdApi.InlineQueryResultSticker. stickerSticker.TdApi.StickerTdApi.MessageSticker. stickerThe sticker description.TdApi.StickerTdApi.PushMessageContentSticker. stickerMessage content; may be null.TdApi.StickerTdApi.UpdateAnimatedEmojiMessageClicked. stickerThe animated sticker to be played.TdApi.StickerTdApi.WebPage. stickerPreview of the content as a sticker for small WEBP files, if available; may be null.TdApi.Sticker[]TdApi.Stickers. stickersList of stickers.TdApi.Sticker[]TdApi.StickerSet. stickersList of stickers in this set.Constructors in org.drinkless.tdlib with parameters of type TdApi.Sticker Constructor Description AnimatedEmoji(TdApi.Sticker sticker, int fitzpatrickType, TdApi.File sound)Describes an animated representation of an emoji.DiceStickersRegular(TdApi.Sticker sticker)A regular animated sticker.DiceStickersSlotMachine(TdApi.Sticker background, TdApi.Sticker lever, TdApi.Sticker leftReel, TdApi.Sticker centerReel, TdApi.Sticker rightReel)Animated stickers to be combined into a slot machine.InlineQueryResultSticker(String id, TdApi.Sticker sticker)Represents a sticker.MessageSticker(TdApi.Sticker sticker)A sticker message.PushMessageContentSticker(TdApi.Sticker sticker, String emoji, boolean isPinned)A message with a sticker.Stickers(TdApi.Sticker[] stickers)Represents a list of stickers.StickerSet(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.ClosedVectorPath[] thumbnailOutline, boolean isInstalled, boolean isArchived, boolean isOfficial, boolean isAnimated, boolean isMasks, boolean isViewed, TdApi.Sticker[] stickers, TdApi.Emojis[] emojis)Represents a sticker set.StickerSetInfo(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.ClosedVectorPath[] thumbnailOutline, boolean isInstalled, boolean isArchived, boolean isOfficial, boolean isAnimated, boolean isMasks, boolean isViewed, int size, TdApi.Sticker[] covers)Represents short information about a sticker set.UpdateAnimatedEmojiMessageClicked(long chatId, long messageId, TdApi.Sticker sticker)Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen.WebPage(String url, String displayUrl, String type, String siteName, String title, TdApi.FormattedText description, TdApi.Photo photo, String embedUrl, String embedType, int embedWidth, int embedHeight, int duration, String author, TdApi.Animation animation, TdApi.Audio audio, TdApi.Document document, TdApi.Sticker sticker, TdApi.Video video, TdApi.VideoNote videoNote, TdApi.VoiceNote voiceNote, int instantViewVersion)Describes a web page preview.
-