Uses of Class
org.drinkless.tdlib.TdApi.InputSticker
Packages that use TdApi.InputSticker
-
Uses of TdApi.InputSticker in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.InputStickerModifier and TypeFieldDescriptionTdApi.ReplaceStickerInSet.newSticker
Sticker to add to the set.TdApi.AddStickerToSet.sticker
Sticker to add to the set.TdApi.CreateNewStickerSet.stickers
List of stickers to be added to the set; 1-200 stickers for custom emoji sticker sets, and 1-120 stickers otherwise.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputStickerModifierConstructorDescriptionAddStickerToSet
(long userId, String name, TdApi.InputSticker sticker) Creates a function, which adds a new sticker to a set.CreateNewStickerSet
(long userId, String title, String name, TdApi.StickerType stickerType, boolean needsRepainting, TdApi.InputSticker[] stickers, String source) Creates a function, which creates a new sticker set.ReplaceStickerInSet
(long userId, String name, TdApi.InputFile oldSticker, TdApi.InputSticker newSticker) Creates a function, which replaces existing sticker in a set.