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:
@ -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
|
||||
|
Reference in New Issue
Block a user