All Implemented Interfaces:
Validable
Version:
1.0
Use this method to create a new sticker set owned by a user.
The bot will be able to edit the sticker set thus created.
You must use exactly one of the fields png_sticker, tgs_sticker, or webm_sticker.
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:
USER_ID_FIELD
public static final String USER_ID_FIELD
See Also:
STICKERS_FIELD
public static final String STICKERS_FIELD
See Also:
NAME_FIELD
public static final String NAME_FIELD
See Also:
TITLE_FIELD
public static final String TITLE_FIELD
See Also:
STICKER_TYPE_FIELD
public static final String STICKER_TYPE_FIELD
See Also:
NEEDS_REPAINTING_FIELD
public static final String NEEDS_REPAINTING_FIELD
See Also:
Constructor Details
CreateNewStickerSet
public CreateNewStickerSet ()