Fix reply

This commit is contained in:
Yasir Aris M 2023-11-02 08:55:59 +07:00 committed by GitHub
parent 3445ff978e
commit 9dec95ef69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3624,6 +3624,7 @@ class Message(Object, Update):
disable_notification=disable_notification,
message_thread_id=message_thread_id,
reply_to_message_id=reply_to_message_id,
quote_text=quote_text,
schedule_date=schedule_date,
protect_content=protect_content,
reply_markup=self.reply_markup if reply_markup is object else reply_markup
@ -3717,6 +3718,7 @@ class Message(Object, Update):
invert_media=self.web_page_preview.invert_media,
disable_notification=disable_notification,
message_thread_id=message_thread_id,
reply_to_message_id=reply_to_message_id,
quote_text=quote_text,
schedule_date=schedule_date,
protect_content=protect_content,