mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 07:54:52 +00:00
Fix reply
This commit is contained in:
parent
3445ff978e
commit
9dec95ef69
1 changed files with 2 additions and 0 deletions
|
|
@ -3624,6 +3624,7 @@ class Message(Object, Update):
|
||||||
disable_notification=disable_notification,
|
disable_notification=disable_notification,
|
||||||
message_thread_id=message_thread_id,
|
message_thread_id=message_thread_id,
|
||||||
reply_to_message_id=reply_to_message_id,
|
reply_to_message_id=reply_to_message_id,
|
||||||
|
quote_text=quote_text,
|
||||||
schedule_date=schedule_date,
|
schedule_date=schedule_date,
|
||||||
protect_content=protect_content,
|
protect_content=protect_content,
|
||||||
reply_markup=self.reply_markup if reply_markup is object else reply_markup
|
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,
|
invert_media=self.web_page_preview.invert_media,
|
||||||
disable_notification=disable_notification,
|
disable_notification=disable_notification,
|
||||||
message_thread_id=message_thread_id,
|
message_thread_id=message_thread_id,
|
||||||
|
reply_to_message_id=reply_to_message_id,
|
||||||
quote_text=quote_text,
|
quote_text=quote_text,
|
||||||
schedule_date=schedule_date,
|
schedule_date=schedule_date,
|
||||||
protect_content=protect_content,
|
protect_content=protect_content,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue