java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ReactionType
it.tdlight.jni.TdApi.ReactionTypeEmoji
- Enclosing class:
- TdApi
A reaction with an emoji.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Text representation of the reaction. -
Constructor Summary
ConstructorDescriptionA reaction with an emoji.ReactionTypeEmoji
(DataInput input) A reaction with an emoji.ReactionTypeEmoji
(String emoji) A reaction with an emoji. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
emoji
Text representation of the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ReactionTypeEmoji
public ReactionTypeEmoji()A reaction with an emoji. -
ReactionTypeEmoji
A reaction with an emoji.- Parameters:
emoji
- String Text representation of the reaction.
-
ReactionTypeEmoji
A reaction with an emoji.- 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()
-