đ§ delete_message_reaction
Use this method to delete a reaction 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_message_reaction(
chat_id=your_chat_id_here,
message_id=your_message_id_here
)