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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.ChatAvailableReactions
TdApi.ChatAvailableReactions.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum allowed number of reactions per message; 1-11. -
Constructor Summary
ConstructorsConstructorDescriptionAll reactions are available in the chat.ChatAvailableReactionsAll(int maxReactionCount) All reactions are available in the chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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. -
ChatAvailableReactionsAll
public ChatAvailableReactionsAll(int maxReactionCount) All reactions are available in the chat.- Parameters:
maxReactionCount- The maximum allowed number of reactions per message; 1-11.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.ChatAvailableReactions- Returns:
- this.CONSTRUCTOR
-