Package it.tdlight.jni
Class TdApi.CheckStickerSetName
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CheckStickerSetName
- Enclosing class:
- TdApi
public static class TdApi.CheckStickerSetName extends TdApi.Function
Checks whether a name can be used for
a new sticker set.
Returns CheckStickerSetNameResult
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
name
Name to be checked. -
Constructor Summary
Constructors Constructor Description CheckStickerSetName()
Checks whether a name can be used for a new sticker set.CheckStickerSetName(DataInput input)
CheckStickerSetName(String name)
Checks whether a name can be used for a new sticker set. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
name
Name to be checked. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CheckStickerSetName
public CheckStickerSetName()Checks whether a name can be used for a new sticker set.Returns
CheckStickerSetNameResult
-
CheckStickerSetName
Checks whether a name can be used for a new sticker set.Returns
CheckStickerSetNameResult
- Parameters:
name
- String Name to be checked.
-
CheckStickerSetName
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-