java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.CheckStickerSetNameResult>
it.tdlight.jni.TdApi.CheckStickerSetName
- Enclosing class:
- TdApi
public static final class TdApi.CheckStickerSetName
extends TdApi.Function<TdApi.CheckStickerSetNameResult>
Checks whether a name can be used for
a new sticker set.
Returns
CheckStickerSetNameResult
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChecks whether a name can be used for a new sticker set.CheckStickerSetName
(DataInput input) Checks whether a name can be used for a new sticker set.CheckStickerSetName
(String name) Checks whether a name can be used for a new sticker set. -
Method Summary
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:
-
-
Constructor Details
-
CheckStickerSetName
public CheckStickerSetName()Checks whether a name can be used for a new sticker set. ReturnsCheckStickerSetNameResult
-
CheckStickerSetName
Checks whether a name can be used for a new sticker set. ReturnsCheckStickerSetNameResult
- Parameters:
name
- String Name to be checked.
-
CheckStickerSetName
Checks whether a name can be used for a new sticker set. ReturnsCheckStickerSetNameResult
- 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()
-