Uses of Class
org.drinkless.tdlib.TdApi.InputSticker
-
Packages that use TdApi.InputSticker Package Description org.drinkless.tdlib -
-
Uses of TdApi.InputSticker in org.drinkless.tdlib
Subclasses of TdApi.InputSticker in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.InputStickerAnimatedAn animated sticker in TGS format.static classTdApi.InputStickerStaticA static sticker in PNG format, which will be converted to WEBP server-side.Fields in org.drinkless.tdlib declared as TdApi.InputSticker Modifier and Type Field Description TdApi.InputStickerTdApi.AddStickerToSet. stickerSticker to add to the set.TdApi.InputStickerTdApi.UploadStickerFile. stickerSticker file to upload.TdApi.InputSticker[]TdApi.CreateNewStickerSet. stickersList of stickers to be added to the set; must be non-empty.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputSticker Constructor Description AddStickerToSet(long userId, String name, TdApi.InputSticker sticker)Creates a function, which adds a new sticker to a set; for bots only.CreateNewStickerSet(long userId, String title, String name, boolean isMasks, TdApi.InputSticker[] stickers, String source)Creates a function, which creates a new sticker set.UploadStickerFile(long userId, TdApi.InputSticker sticker)Creates a function, which uploads a file with a sticker; returns the uploaded file.
-