đ§ delete_all_message_reactions
Use this method to delete all reactions from a message.
âī¸ Parameters
chat_id(intorstr): Unique identifier for the target chat or username of the target channelmessage_id(int): Identifier of the message
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.delete_all_message_reactions(
chat_id=your_chat_id_here,
message_id=your_message_id_here
)