Skip to content

deleteMessageReaction

Returns: TrueOfficial docs ↗

Use this method to remove a reaction from a message in a group or a supergroup chat. The bot must have the 'can_delete_messages' administrator right in the chat. Returns True on success.

Parameters

chat_idIntegerStringRequired
Unique identifier for the target chat or username of the target supergroup (in the format @username)
message_idIntegerRequired
Identifier of the target message
user_idIntegerOptional
Identifier of the user whose reaction will be removed, if the reaction was added by a user
actor_chat_idIntegerOptional
Identifier of the chat whose reaction will be removed, if the reaction was added by a chat

Returns

On success, True is returned.

GramIO Usage

Errors

Tips & Gotchas

See Also