public static class TdApi.ChatEventAvailableReactionsChanged extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatAvailableReactions |
newAvailableReactions
New chat available reactions.
|
TdApi.ChatAvailableReactions |
oldAvailableReactions
Previous chat available reactions.
|
| Constructor and Description |
|---|
ChatEventAvailableReactionsChanged()
The chat available reactions were changed.
|
ChatEventAvailableReactionsChanged(TdApi.ChatAvailableReactions oldAvailableReactions,
TdApi.ChatAvailableReactions newAvailableReactions)
The chat available reactions were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatAvailableReactions oldAvailableReactions
public TdApi.ChatAvailableReactions newAvailableReactions
public static final int CONSTRUCTOR
public ChatEventAvailableReactionsChanged()
public ChatEventAvailableReactionsChanged(TdApi.ChatAvailableReactions oldAvailableReactions, TdApi.ChatAvailableReactions newAvailableReactions)
oldAvailableReactions - Previous chat available reactions.newAvailableReactions - New chat available reactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object