View Source ExTDLib.Method.GetMessageAvailableReactions (ExTDLib v0.0.4)
Returns reactions, which can be added to a message. The list can change after updateActiveEmojiReactions, updateChatAvailableReactions for the chat, or updateMessageInteractionInfo for the message. Returns object_ptr<AvailableReactions>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat to which the message belongs. |
| message_id | string | Identifier of the message. |
| row_size | number | Number of reaction per row, 5-25. |
More details on telegram's documentation.