messages.deleteParticipantReaction

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

 Method schema is available as of layer 225. Switch ยป

Parameters

Name Type Description
peer InputPeer The group or channel where the message is located
msg_id int ID of the message whose reactions should be removed
participant InputPeer The participant whose reactions should be removed from the message

Result

Updates

Both users and bots can use this method

Possible errors

Code Type Description
400 PEER_ID_INVALID The provided peer id is invalid.

Related pages

Message reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.