mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
Small documentation fix in user.py (#829)
This commit is contained in:
parent
dd20237f55
commit
e362a5b59d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class User(TelegramObject):
|
|||
is_bot (:obj:`bool`): True, if this user is a bot
|
||||
first_name (:obj:`str`): User's or bot's first name.
|
||||
last_name (:obj:`str`): Optional. User's or bot's last name.
|
||||
username (:obj:`str`): Optional. User's or bot's last name.
|
||||
username (:obj:`str`): Optional. User's or bot's username.
|
||||
language_code (:obj:`str`): Optional. IETF language tag of the user's language.
|
||||
bot (:class:`telegram.Bot`): Optional. The Bot to use for instance methods.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue