From 5970356665ba1a48fe7b8810780b85b8ca242d04 Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Thu, 16 Dec 2021 17:52:08 +0100 Subject: [PATCH] Fix: Change in API docs --- telegram/botcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/botcommand.py b/telegram/botcommand.py index 8b36e3e2e86..18a40892de3 100644 --- a/telegram/botcommand.py +++ b/telegram/botcommand.py @@ -33,7 +33,7 @@ class BotCommand(TelegramObject): Args: command (:obj:`str`): Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores. - description (:obj:`str`): Description of the command, 3-256 characters. + description (:obj:`str`): Description of the command, 1-256 characters. Attributes: command (:obj:`str`): Text of the command.