public class GetStickerSet extends java.lang.Object implements TelegramMethod<StickerSet>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
GetStickerSet() |
| Modifier and Type | Method and Description |
|---|---|
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<? extends StickerSet> |
getReturnType()
Returns the return type of the method.
|
GetStickerSet |
name(java.lang.String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public GetStickerSet name(java.lang.String name)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<StickerSet>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<StickerSet>public java.lang.Class<? extends StickerSet> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<StickerSet>