Uses of Class
it.tdlight.jni.TdApi.InputSticker
-
Uses of TdApi.InputSticker in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.InputStickerModifier 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.Constructors in it.tdlight.jni with parameters of type TdApi.InputStickerModifierConstructorDescriptionAddStickerToSet
(long userId, String name, TdApi.InputSticker sticker) Adds a new sticker to a set; for bots only.CreateNewStickerSet
(long userId, String title, String name, TdApi.InputSticker[] stickers, String source) Creates a new sticker set.UploadStickerFile
(long userId, TdApi.InputSticker sticker) Uploads a file with a sticker; returns the uploaded file.