All Implemented Interfaces:
Validable
Version:
1.0
Use this method to add a new sticker to a set created by the bot.
Emoji sticker sets can have up to 200 stickers.
Other sticker sets can have up to 120 stickers.
Returns True on success.
Author:
Ruben Bermudez
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Deserialize a json answer to the response type to a method
Getter for method path (that is the same as method name)
void
Validates that mandatory fields are filled and optional objects
Methods inherited from class Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
PATH
public static final String PATH
See Also:
USERID_FIELD
public static final String USERID_FIELD
See Also:
NAME_FIELD
public static final String NAME_FIELD
See Also:
STICKER_FIELD
public static final String STICKER_FIELD
See Also:
Constructor Details
AddStickerToSet
public AddStickerToSet ()