Uses of Class
org.drinkless.tdlib.TdApi.NewSticker
Packages that use TdApi.NewSticker
-
Uses of TdApi.NewSticker in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.NewStickerModifier and TypeFieldDescriptionTdApi.ReplaceStickerInSet.newStickerSticker to add to the set.TdApi.AddStickerToSet.stickerSticker to add to the set.TdApi.CreateNewStickerSet.stickersList 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.NewStickerModifierConstructorDescriptionAddStickerToSet(long userId, String name, TdApi.NewSticker 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.NewSticker[] stickers, String source) Creates a function, which creates a new sticker set.ReplaceStickerInSet(long userId, String name, TdApi.InputFile oldSticker, TdApi.NewSticker newSticker) Creates a function, which replaces existing sticker in a set.