mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-13 11:18:20 +01:00
Update Documentation of BotCommand (#2820)
This commit is contained in:
parent
a9dd2b1746
commit
c4b413ef9e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue