Skip to content

Commit

Permalink
Update Documentation of BotCommand (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poolitzer committed Dec 17, 2021
1 parent a9dd2b1 commit c4b413e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/botcommand.py
Expand Up @@ -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.
Expand Down

0 comments on commit c4b413e

Please sign in to comment.