From a97da5cb20e6fddc9e3092c9d5fde86ef856c768 Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Sat, 20 May 2017 17:36:10 +0200 Subject: [PATCH] =?UTF-8?q?Sooo=20apparently=20python=202=20doesn't=20like?= =?UTF-8?q?=20=E2=80=98=20(\xe2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telegram/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram/message.py b/telegram/message.py index 365425421..5e55917d2 100644 --- a/telegram/message.py +++ b/telegram/message.py @@ -76,7 +76,7 @@ class Message(TelegramObject): delete_chat_photo (bool): Service message: the chat photo was deleted group_chat_created (bool): Service message: the group has been created supergroup_chat_created (bool): Service message: the supergroup has been created. This - field can‘t be received in a message coming through updates, because bot can’t be a + field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup. migrate_to_chat_id (int): The group has been migrated to a supergroup with the specified @@ -84,7 +84,7 @@ class Message(TelegramObject): migrate_from_chat_id (int): The supergroup has been migrated from a group with the specified identifier. channel_chat_created (bool): Service message: the channel has been created. This field - can‘t be received in a message coming through updates, because bot can’t be a member + can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel. pinned_message (:class:`telegram.message`): Specified message was pinned. Note that the