fix syntax error by some weird char

This commit is contained in:
Noam Meltzer 2016-10-03 21:15:48 +03:00
parent f3b8a3a5e9
commit 8737b5de63

View file

@ -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):