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>.

NameTypeDescription
chat_idstringChat identifier.
message_idstringMessage identifier.
sender_idMessageSenderIdentifier of the sender, which added the reaction.

More details on telegram's documentation.