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

Merge pull request #480 from SkymanOne/patch-1

create field forward_from_message_id in Message
This commit is contained in:
Badiboy 2020-01-03 00:46:27 +03:00 committed by GitHub
commit 3a3bab5b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,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