X Tutup
Skip to content

Commit 8737b5d

Browse files
committed
fix syntax error by some weird char
1 parent f3b8a3a commit 8737b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Chat(TelegramObject):
3232
username (str): Username, for private chats and channels if available
3333
first_name (str): First name of the other party in a private chat
3434
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.
35+
all_members_are_admins (bool): True if a group has 'All Members Are Admins' enabled.
3636
3737
Args:
3838
id (int):

0 commit comments

Comments
 (0)
X Tutup