deleteAllMessageReactions
Returns: TrueOfficial docs ↗
Use this method to remove up to 10000 recent reactions in a group or a supergroup chat added by a given user or chat. The bot must have the 'can_delete_messages' administrator right in the chat. Returns True on success.
Parameters
chat_idIntegerStringRequiredUnique identifier for the target chat or username of the target supergroup (in the format
@username)user_idIntegerOptionalIdentifier of the user whose reactions will be removed, if the reactions were added by a user
actor_chat_idIntegerOptionalIdentifier of the chat whose reactions will be removed, if the reactions were added by a chat
Returns
On success, True is returned.