1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

added only_if_banned to unban_chat_member

This commit is contained in:
Badiboy
2020-11-18 02:22:52 +03:00
parent bd27645965
commit 5824d47590
3 changed files with 7 additions and 3 deletions

View File

@ -413,6 +413,7 @@ class Message(JsonDeserializable):
def __init__(self, message_id, from_user, date, chat, content_type, options, json_string):
self.content_type = content_type
self.id = message_id # Lets fix the telegram usability ####up with ID in Message :)
self.message_id = message_id
self.from_user = from_user
self.date = date