public static class TdApi.AddStickerToSet extends TdApi.Function
Returns StickerSet
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Sticker set name.
|
TdApi.InputSticker |
sticker
Sticker to add to the set.
|
long |
userId
Sticker set owner.
|
Constructor and Description |
---|
AddStickerToSet()
Default constructor for a function, which adds a new sticker to a set; for bots only.
|
AddStickerToSet(long userId,
java.lang.String name,
TdApi.InputSticker sticker)
Creates a function, which adds a new sticker to a set; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public java.lang.String name
public TdApi.InputSticker sticker
public static final int CONSTRUCTOR
public AddStickerToSet()
Returns StickerSet
public AddStickerToSet(long userId, java.lang.String name, TdApi.InputSticker sticker)
Returns StickerSet
userId
- Sticker set owner.name
- Sticker set name.sticker
- Sticker to add to the set.public int getConstructor()
getConstructor
in class TdApi.Function