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