java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmojiCategory
- Enclosing class:
- TdApi
Contains a list of similar emoji to
search for in getStickers and searchStickers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String[]
List of emojis in the category.Custom emoji sticker, which represents icon of the category.Name of the category. -
Constructor Summary
ConstructorDescriptionContains a list of similar emoji to search for in getStickers and searchStickers.EmojiCategory
(DataInput input) Contains a list of similar emoji to search for in getStickers and searchStickers.EmojiCategory
(String name, TdApi.Sticker icon, String[] emojis) Contains a list of similar emoji to search for in getStickers and searchStickers. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
name
Name of the category. -
icon
Custom emoji sticker, which represents icon of the category. -
emojis
List of emojis in the category. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EmojiCategory
public EmojiCategory()Contains a list of similar emoji to search for in getStickers and searchStickers. -
EmojiCategory
Contains a list of similar emoji to search for in getStickers and searchStickers.- Parameters:
name
- String Name of the category.icon
- Sticker Custom emoji sticker, which represents icon of the category.emojis
- String[] List of emojis in the category.
-
EmojiCategory
Contains a list of similar emoji to search for in getStickers and searchStickers.- 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()
-