public class CreateNewStickerSet extends java.lang.Object implements TelegramMethod<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
CreateNewStickerSet() |
| Modifier and Type | Method and Description |
|---|---|
CreateNewStickerSet |
containsMask() |
CreateNewStickerSet |
containsMask(boolean containsMasks) |
CreateNewStickerSet |
containsMasks(java.lang.Boolean containsMasks) |
CreateNewStickerSet |
emojis(java.lang.String emojis) |
java.util.Map<java.lang.String,UploadFile> |
getFiles()
Return the file parameters of the method.
|
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<java.lang.Boolean> |
getReturnType()
Returns the return type of the method.
|
CreateNewStickerSet |
maskPosition(MaskPosition maskPosition) |
CreateNewStickerSet |
name(java.lang.String name) |
CreateNewStickerSet |
sticker(java.lang.String sticker) |
CreateNewStickerSet |
sticker(UploadFile newSticker) |
CreateNewStickerSet |
title(java.lang.String title) |
CreateNewStickerSet |
user(long userId) |
CreateNewStickerSet |
user(User user) |
public static final java.lang.String NAME
public CreateNewStickerSet user(long userId)
public CreateNewStickerSet user(User user)
public CreateNewStickerSet name(java.lang.String name)
public CreateNewStickerSet title(java.lang.String title)
public CreateNewStickerSet sticker(java.lang.String sticker)
public CreateNewStickerSet sticker(UploadFile newSticker)
public CreateNewStickerSet emojis(java.lang.String emojis)
public CreateNewStickerSet containsMasks(java.lang.Boolean containsMasks)
public CreateNewStickerSet containsMask(boolean containsMasks)
public CreateNewStickerSet containsMask()
public CreateNewStickerSet maskPosition(MaskPosition maskPosition)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<java.lang.Boolean>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<java.lang.Boolean>public java.util.Map<java.lang.String,UploadFile> getFiles()
TelegramMethodgetFiles in interface TelegramMethod<java.lang.Boolean>public java.lang.Class<java.lang.Boolean> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<java.lang.Boolean>