We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd20237 commit e362a5bCopy full SHA for e362a5b
telegram/user.py
@@ -32,7 +32,7 @@ class User(TelegramObject):
32
is_bot (:obj:`bool`): True, if this user is a bot
33
first_name (:obj:`str`): User's or bot's first name.
34
last_name (:obj:`str`): Optional. User's or bot's last name.
35
- username (:obj:`str`): Optional. User's or bot's last name.
+ username (:obj:`str`): Optional. User's or bot's username.
36
language_code (:obj:`str`): Optional. IETF language tag of the user's language.
37
bot (:class:`telegram.Bot`): Optional. The Bot to use for instance methods.
38
0 commit comments