- Enclosing class:
- TdApi
Adds a new sticker to a set; for bots
only. Returns the sticker set.
Returns StickerSet
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Sticker set name.Sticker to add to the set.long
Sticker set owner. -
Constructor Summary
ConstructorDescriptionAdds a new sticker to a set; for bots only.AddStickerToSet
(long userId, String name, TdApi.InputSticker sticker) Adds a new sticker to a set; for bots only.AddStickerToSet
(DataInput input) Adds a new sticker to a set; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdSticker set owner. -
name
Sticker set name. -
sticker
Sticker to add to the set. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AddStickerToSet
public AddStickerToSet()Adds a new sticker to a set; for bots only. Returns the sticker set.Returns
StickerSet
-
AddStickerToSet
Adds a new sticker to a set; for bots only. Returns the sticker set.Returns
StickerSet
- Parameters:
userId
- long Sticker set owner.name
- String Sticker set name.sticker
- InputSticker Sticker to add to the set.
-
AddStickerToSet
Adds a new sticker to a set; for bots only. Returns the sticker set.Returns
StickerSet
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-