Package org.drinkless.tdlib
Class TdApi.ChatAvailableReactionsAll
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatAvailableReactions
org.drinkless.tdlib.TdApi.ChatAvailableReactionsAll
- Enclosing class:
- TdApi
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The maximum allowed number of reactions per message; 1-11. -
Constructor Summary
ConstructorsConstructorDescriptionAll 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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
maxReactionCount
public int maxReactionCountThe maximum allowed number of reactions per message; 1-11. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatAvailableReactionsAll
public ChatAvailableReactionsAll()All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats. -
ChatAvailableReactionsAll
public ChatAvailableReactionsAll(int maxReactionCount) All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.- Parameters:
maxReactionCount
- The maximum allowed number of reactions per message; 1-11.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-