public static class TdApi.ChatAvailableReactionsSome 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.
|
TdApi.ReactionType[] |
reactions
The list of reactions.
|
| Constructor and Description |
|---|
ChatAvailableReactionsSome()
Only specific reactions are available in the chat.
|
ChatAvailableReactionsSome(TdApi.ReactionType[] reactions,
int maxReactionCount)
Only specific reactions are available in the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionType[] reactions
public int maxReactionCount
public static final int CONSTRUCTOR
public ChatAvailableReactionsSome()
public ChatAvailableReactionsSome(TdApi.ReactionType[] reactions, int maxReactionCount)
reactions - The list of reactions.maxReactionCount - The maximum allowed number of reactions per message; 1-11.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object