public static class TdApi.GetStoryAvailableReactions extends TdApi.Function<TdApi.AvailableReactions>
Returns AvailableReactions
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
rowSize
Number of reaction per row, 5-25.
|
| Constructor and Description |
|---|
GetStoryAvailableReactions()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int rowSize
public static final int CONSTRUCTOR
public GetStoryAvailableReactions()
Returns AvailableReactions
public GetStoryAvailableReactions(int rowSize)
Returns AvailableReactions
rowSize - Number of reaction per row, 5-25.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object