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

create field forward_from_message_id in Message

https://core.telegram.org/bots/api#message
This commit is contained in:
German 2018-03-20 23:36:29 +03:00 committed by GitHub
parent dadcd5a577
commit d17d28a144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,6 +399,7 @@ class Message(JsonDeserializable):
self.date = date
self.chat = chat
self.forward_from_chat = None
self.forward_from_message_id = None
self.forward_from = None
self.forward_date = None
self.reply_to_message = None