- Enclosing class:
- TdApi
Adds a new sticker to a set; for bots only.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSticker set name.Sticker to add to the set.longSticker set owner. -
Constructor Summary
ConstructorsConstructorDescriptionAdds 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
toStringMethods 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. ReturnsOk -
AddStickerToSet
Adds a new sticker to a set; for bots only. ReturnsOk- 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. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-