From c49d33569e41b2ec62da23ff2670f708b224c02b Mon Sep 17 00:00:00 2001 From: Igor <31794450+rasongame@users.noreply.github.com> Date: Sat, 13 Apr 2019 19:06:10 +0500 Subject: [PATCH] Update message.py --- aiogram/types/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/message.py b/aiogram/types/message.py index 5dde2c73..b9ea8517 100644 --- a/aiogram/types/message.py +++ b/aiogram/types/message.py @@ -179,7 +179,7 @@ class Message(base.TelegramObject): """ Get arguments - :return: + :return: str """ command = self.get_full_command() if command: