public static class TdApi.UnreadReaction extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isBig
True, if the reaction was added with a big animation.
|
TdApi.MessageSender |
senderId
Identifier of the sender, added the reaction.
|
TdApi.ReactionType |
type
Type of the reaction.
|
| Constructor and Description |
|---|
UnreadReaction()
Contains information about an unread reaction to a message.
|
UnreadReaction(TdApi.ReactionType type,
TdApi.MessageSender senderId,
boolean isBig)
Contains information about an unread reaction 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 isBig
public static final int CONSTRUCTOR
public UnreadReaction()
public UnreadReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isBig)
type - Type of the reaction.senderId - Identifier of the sender, added the reaction.isBig - True, if the reaction was added with a big animation.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object