From 43aa2e5c3e8dba580aebb810bd7e96e2f5c667fd Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Mon, 29 Dec 2025 19:18:18 +0530 Subject: [PATCH] (fix): documentation mistake --- aiogram/types/message.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiogram/types/message.py b/aiogram/types/message.py index 7dbf612a..dde6f6d7 100644 --- a/aiogram/types/message.py +++ b/aiogram/types/message.py @@ -4400,7 +4400,6 @@ class Message(MaybeInaccessibleMessage): - :code:`chat_id` - :code:`message_id` - - :code:`business_connection_id` Use this method to change the chosen reactions on a message. Service messages of some types can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Bots can't use paid reactions. Returns :code:`True` on success.