We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b8a3a commit 8737b5dCopy full SHA for 8737b5d
telegram/chat.py
@@ -32,7 +32,7 @@ class Chat(TelegramObject):
32
username (str): Username, for private chats and channels if available
33
first_name (str): First name of the other party in a private chat
34
last_name (str): Last name of the other party in a private chat
35
- 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.
36
37
Args:
38
id (int):
0 commit comments