java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UnreadReaction
- Enclosing class:
- TdApi
Contains information about an unread
reaction to a message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the reaction was added with a big animation.Text representation of the reaction.Identifier of the sender, added the reaction. -
Constructor Summary
ConstructorDescriptionContains information about an unread reaction to a message.UnreadReaction
(DataInput input) Contains information about an unread reaction to a message.UnreadReaction
(String reaction, TdApi.MessageSender senderId, boolean isBig) Contains information about an unread reaction to a message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
reaction
Text representation of the reaction. -
senderId
Identifier of the sender, added the reaction. -
isBig
public boolean isBigTrue, if the reaction was added with a big animation. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UnreadReaction
public UnreadReaction()Contains information about an unread reaction to a message. -
UnreadReaction
Contains information about an unread reaction to a message.- Parameters:
reaction
- String Text representation of the reaction.senderId
- MessageSender Identifier of the sender, added the reaction.isBig
- boolean True, if the reaction was added with a big animation.
-
UnreadReaction
Contains information about an unread reaction to a message.- 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()
-