View Source ExTDLib.Method.ReportMessageReactions (ExTDLib v0.0.4)
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.can_report_reactions. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | Message identifier. |
| sender_id | MessageSender | Identifier of the sender, which added the reaction. |
More details on telegram's documentation.