public static class TdApi.UpdateChatAvailableReactions extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatAvailableReactions |
availableReactions
The new reactions, available in the chat.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatAvailableReactions()
The chat available reactions were changed.
|
UpdateChatAvailableReactions(long chatId,
TdApi.ChatAvailableReactions availableReactions)
The chat available reactions were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatAvailableReactions availableReactions
public static final int CONSTRUCTOR
public UpdateChatAvailableReactions()
public UpdateChatAvailableReactions(long chatId,
TdApi.ChatAvailableReactions availableReactions)
chatId - Chat identifier.availableReactions - The new reactions, available in the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object