Package org.drinkless.tdlib
Class TdApi.GetStoryAvailableReactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.AvailableReactions>
org.drinkless.tdlib.TdApi.GetStoryAvailableReactions
- Enclosing class:
- TdApi
public static class TdApi.GetStoryAvailableReactions
extends TdApi.Function<TdApi.AvailableReactions>
Returns reactions, which can be chosen for a story.
Returns AvailableReactions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of reaction per row, 5-25. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns reactions, which can be chosen for a story.GetStoryAvailableReactions
(int rowSize) Creates a function, which returns reactions, which can be chosen for a story. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
rowSize
public int rowSizeNumber of reaction per row, 5-25. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStoryAvailableReactions
public GetStoryAvailableReactions()Default constructor for a function, which returns reactions, which can be chosen for a story.Returns
AvailableReactions
-
GetStoryAvailableReactions
public GetStoryAvailableReactions(int rowSize) Creates a function, which returns reactions, which can be chosen for a story.Returns
AvailableReactions
- Parameters:
rowSize
- Number of reaction per row, 5-25.
-
-
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
-