report_reaction()

async Client.report_reaction()

Report an abusive or inappropriate reaction on a message.

Usable by Users Bots
Parameters:
  • chat_id (int | str) – Unique identifier (int) or username (str) of the target chat.

  • message_id (int) – Unique identifier of the message containing the reaction.

  • reaction_peer (int | str) – Unique identifier (int) or username (str) of the peer who reacted.

Returns:

bool – True on success.

Example

# Report a reaction
await app.report_reaction(chat_id, message_id, reaction_peer)