public static class TdApi.UpdateMessageReactions extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
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.MessageReaction[] |
reactions
The list of reactions added to the message.
|
| Constructor and Description |
|---|
UpdateMessageReactions()
Reactions added to a message with anonymous reactions have changed; for bots only.
|
UpdateMessageReactions(long chatId,
long messageId,
int date,
TdApi.MessageReaction[] reactions)
Reactions added to a message with anonymous reactions have changed; 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 int date
public TdApi.MessageReaction[] reactions
public static final int CONSTRUCTOR
public UpdateMessageReactions()
public UpdateMessageReactions(long chatId,
long messageId,
int date,
TdApi.MessageReaction[] reactions)
chatId - Chat identifier.messageId - Message identifier.date - Point in time (Unix timestamp) when the reactions were changed.reactions - The list of reactions added to the message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object