mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix parameter disable_web_preview in copy message
This commit is contained in:
parent
f88c43387f
commit
b33bbb7546
1 changed files with 1 additions and 1 deletions
|
|
@ -3615,7 +3615,7 @@ class Message(Object, Update):
|
|||
text=self.text,
|
||||
entities=self.entities,
|
||||
parse_mode=enums.ParseMode.DISABLED,
|
||||
disable_web_page_preview=not self.web_page,
|
||||
disable_web_page_preview=not self.web_page_preview,
|
||||
disable_notification=disable_notification,
|
||||
message_thread_id=message_thread_id,
|
||||
reply_to_message_id=reply_to_message_id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue