java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AddedReaction
- Enclosing class:
- TdApi
Represents a reaction applied to a message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier of the chat member, applied the reaction.Type of the reaction. -
Constructor Summary
ConstructorDescriptionRepresents a reaction applied to a message.AddedReaction
(TdApi.ReactionType type, TdApi.MessageSender senderId) Represents a reaction applied to a message.AddedReaction
(DataInput input) Represents a reaction applied to a message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
type
Type of the reaction. -
senderId
Identifier of the chat member, applied the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AddedReaction
public AddedReaction()Represents a reaction applied to a message. -
AddedReaction
Represents a reaction applied to a message.- Parameters:
type
- ReactionType Type of the reaction.senderId
- MessageSender Identifier of the chat member, applied the reaction.
-
AddedReaction
Represents a reaction applied 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()
-