mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix wrong keyword argument
This commit is contained in:
parent
500c88ae84
commit
88bc7b59a1
1 changed files with 1 additions and 1 deletions
|
|
@ -488,6 +488,6 @@ class Client:
|
|||
peer=self.resolve_peer(chat_id),
|
||||
id=message_id,
|
||||
message=text,
|
||||
disable_web_page_preview=disable_web_page_preview or None
|
||||
no_webpage=disable_web_page_preview or None
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue