public static class TdApi.AddedReaction extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the reaction was added.
|
boolean |
isOutgoing
True, if the reaction was added by the current user.
|
TdApi.MessageSender |
senderId
Identifier of the chat member, applied the reaction.
|
TdApi.ReactionType |
type
Type of the reaction.
|
| Constructor and Description |
|---|
AddedReaction()
Represents a reaction applied to a message.
|
AddedReaction(TdApi.ReactionType type,
TdApi.MessageSender senderId,
boolean isOutgoing,
int date)
Represents a reaction applied to a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionType type
public TdApi.MessageSender senderId
public boolean isOutgoing
public int date
public static final int CONSTRUCTOR
public AddedReaction()
public AddedReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isOutgoing, int date)
type - Type of the reaction.senderId - Identifier of the chat member, applied the reaction.isOutgoing - True, if the reaction was added by the current user.date - Point in time (Unix timestamp) when the reaction was added.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object