public static class TdApi.CheckStickerSetName extends TdApi.Function<TdApi.CheckStickerSetNameResult>
Returns CheckStickerSetNameResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Name to be checked.
|
| Constructor and Description |
|---|
CheckStickerSetName()
Default constructor for a function, which checks whether a name can be used for a new sticker set.
|
CheckStickerSetName(java.lang.String name)
Creates a function, which checks whether a name can be used for a new sticker set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public static final int CONSTRUCTOR
public CheckStickerSetName()
Returns CheckStickerSetNameResult
public CheckStickerSetName(java.lang.String name)
Returns CheckStickerSetNameResult
name - Name to be checked.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object