Skip to content

🔧 delete_all_message_reactions

Use this method to delete all reactions from a message.

âš™ī¸ Parameters

  • chat_id (int or str ): Unique identifier for the target chat or username of the target channel
  • message_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
)