mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
fix syntax error by some weird char
This commit is contained in:
parent
f3b8a3a5e9
commit
8737b5de63
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Chat(TelegramObject):
|
|||
username (str): Username, for private chats and channels if available
|
||||
first_name (str): First name of the other party in a private chat
|
||||
last_name (str): Last name of the other party in a private chat
|
||||
all_members_are_admins (bool): True if a group has ‘All Members Are Admins’ enabled.
|
||||
all_members_are_admins (bool): True if a group has 'All Members Are Admins' enabled.
|
||||
|
||||
Args:
|
||||
id (int):
|
||||
|
|
Loading…
Add table
Reference in a new issue