Package it.tdlight.jni
Class TdApi.GetSuggestedStickerSetName
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetSuggestedStickerSetName
- Enclosing class:
- TdApi
public static class TdApi.GetSuggestedStickerSetName extends TdApi.Function
Returns a suggested name for a new
sticker set with a given title.
Returns Text
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
title
Sticker set title; 1-64 characters. -
Constructor Summary
Constructors Constructor Description GetSuggestedStickerSetName()
Returns a suggested name for a new sticker set with a given title.GetSuggestedStickerSetName(DataInput input)
GetSuggestedStickerSetName(String title)
Returns a suggested name for a new sticker set with a given title. -
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
-
title
Sticker set title; 1-64 characters. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetSuggestedStickerSetName
public GetSuggestedStickerSetName()Returns a suggested name for a new sticker set with a given title.Returns
Text
-
GetSuggestedStickerSetName
Returns a suggested name for a new sticker set with a given title.Returns
Text
- Parameters:
title
- String Sticker set title; 1-64 characters.
-
GetSuggestedStickerSetName
- 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()
-