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

public class CreateNewStickerSet extends PartialBotApiMethod<Boolean>
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