public static class TdApi.ChatAvailableReactionsAll extends TdApi.ChatAvailableReactions
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
maxReactionCount
The maximum allowed number of reactions per message; 1-11.
|
| Constructor and Description |
|---|
ChatAvailableReactionsAll()
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.
|
ChatAvailableReactionsAll(int maxReactionCount)
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int maxReactionCount
public static final int CONSTRUCTOR
public ChatAvailableReactionsAll()
public ChatAvailableReactionsAll(int maxReactionCount)
maxReactionCount - The maximum allowed number of reactions per message; 1-11.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object