public static class TdApi.GetMessageAvailableReactions extends TdApi.Function<TdApi.AvailableReactions>
Returns AvailableReactions
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat to which the message belongs.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
int |
rowSize
Number of reaction per row, 5-25.
|
| Constructor and Description |
|---|
GetMessageAvailableReactions()
Default constructor for a function, which returns reactions, which can be added to a message.
|
GetMessageAvailableReactions(long chatId,
long messageId,
int rowSize)
Creates a function, which returns reactions, which can be added to a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public int rowSize
public static final int CONSTRUCTOR
public GetMessageAvailableReactions()
Returns AvailableReactions
public GetMessageAvailableReactions(long chatId,
long messageId,
int rowSize)
Returns AvailableReactions
chatId - Identifier of the chat to which the message belongs.messageId - Identifier of the message.rowSize - Number of reaction per row, 5-25.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object