Uses of Class
it.tdlight.jni.TdApi.InputSticker
-
Uses of TdApi.InputSticker in it.tdlight.jni
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, 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.