Uses of Class
it.tdlight.jni.TdApi.InputSticker
-
Uses of TdApi.InputSticker in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
An animated sticker in TGS format.static final class
A static sticker in PNG format, which will be converted to WEBP server-side.Modifier and TypeFieldDescriptionTdApi.AddStickerToSet.sticker
Sticker to add to the set.TdApi.UploadStickerFile.sticker
Sticker file to upload.TdApi.CreateNewStickerSet.stickers
List of stickers to be added to the set; must be non-empty.ModifierConstructorDescriptionAddStickerToSet
(long userId, String name, TdApi.InputSticker sticker) 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 new sticker set.UploadStickerFile
(long userId, TdApi.InputSticker sticker) Uploads a PNG image with a sticker; returns the uploaded file.