public static class TdApi.UpdateMessageReaction extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.MessageSender |
actorId
Identifier of the user or chat that changed reactions.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the reactions were changed.
|
long |
messageId
Message identifier.
|
TdApi.ReactionType[] |
newReactionTypes
New list of chosen reactions.
|
TdApi.ReactionType[] |
oldReactionTypes
Old list of chosen reactions.
|
| Constructor and Description |
|---|
UpdateMessageReaction()
User changed its reactions on a message with public reactions; for bots only.
|
UpdateMessageReaction(long chatId,
long messageId,
TdApi.MessageSender actorId,
int date,
TdApi.ReactionType[] oldReactionTypes,
TdApi.ReactionType[] newReactionTypes)
User changed its reactions on a message with public reactions; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public TdApi.MessageSender actorId
public int date
public TdApi.ReactionType[] oldReactionTypes
public TdApi.ReactionType[] newReactionTypes
public static final int CONSTRUCTOR
public UpdateMessageReaction()
public UpdateMessageReaction(long chatId,
long messageId,
TdApi.MessageSender actorId,
int date,
TdApi.ReactionType[] oldReactionTypes,
TdApi.ReactionType[] newReactionTypes)
chatId - Chat identifier.messageId - Message identifier.actorId - Identifier of the user or chat that changed reactions.date - Point in time (Unix timestamp) when the reactions were changed.oldReactionTypes - Old list of chosen reactions.newReactionTypes - New list of chosen reactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object