ReportMessageReactions constructor

ReportMessageReactions(
  1. {required int chat_id,
  2. required int message_id,
  3. required MessageSender sender_id,
  4. int? extra,
  5. int? clientId}
)

Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.can_report_reactions

Returns Ok

Implementation

ReportMessageReactions