public static class TdApi.CheckStickerSetName extends TdApi.Function
Returns CheckStickerSetNameResult
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function