Class CreateNewStickerSet
java.lang.Object
org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<Boolean>
org.telegram.telegrambots.meta.api.methods.stickers.CreateNewStickerSet
- 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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeResponse(String answer) Deserialize a json answer to the response type to a methodDeprecated.booleanisMask()booleanvoidsetContainsMasks(boolean containsMasks) Deprecated.Use#setStickerType(String)voidvalidate()Validates that mandatory fields are filled and optional objectsMethods inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
deserializeResponse, deserializeResponseArray, deserializeResponseSerializable
-
Field Details
-
PATH
- See Also:
-
USERID_FIELD
- See Also:
-
NAME_FIELD
- See Also:
-
STICKERTYPE_FIELD
- See Also:
-
TITLE_FIELD
- See Also:
-
PNGSTICKER_FIELD
- See Also:
-
TGSSTICKER_FIELD
- See Also:
-
WEBMSTICKER_FIELD
- See Also:
-
EMOJIS_FIELD
- See Also:
-
CONTAINSMASKS_FIELD
- See Also:
-
MASKPOSITION_FIELD
- See Also:
-
-
Constructor Details
-
CreateNewStickerSet
public CreateNewStickerSet()
-
-
Method Details
-
setContainsMasks
Deprecated.Use#setStickerType(String) -
getContainsMasks
Deprecated.Use#getStickerType()orisMask() -
isRegularSticker
public boolean isRegularSticker() -
isMask
public boolean isMask() -
deserializeResponse
Description copied from class:PartialBotApiMethodDeserialize a json answer to the response type to a method- Specified by:
deserializeResponsein classPartialBotApiMethod<Boolean>- Parameters:
answer- Json answer received- Returns:
- Answer for the method
- Throws:
TelegramApiRequestException
-
validate
Description copied from interface:ValidableValidates that mandatory fields are filled and optional objects- Throws:
TelegramApiValidationException- If any mandatory field is empty
-
#getStickerType()orisMask()