messages.DeleteParticipantReaction

class pyrogram.raw.functions.messages.DeleteParticipantReaction[source]

As an admin, remove all of a specific participant’s reactions from a single message.

Usable by Users Bots
Details:
  • Layer: 229

  • ID: E3B7F82C

Parameters:
  • peer (InputPeer) – The group or channel where the message is located

  • msg_id (int 32-bit) – ID of the message whose reactions should be removed

  • participant (InputPeer) – The participant whose reactions should be removed from the message

Returns:

Updates