mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Update telethon/client/messages.py
This commit is contained in:
parent
a84114b68f
commit
88fa03b1d2
|
@ -771,7 +771,7 @@ class MessageMethods:
|
||||||
if file is not None:
|
if file is not None:
|
||||||
return await self.send_file(
|
return await self.send_file(
|
||||||
entity, file, caption=message, reply_to=reply_to,
|
entity, file, caption=message, reply_to=reply_to,
|
||||||
attributes=attributes,parse_mode=parse_mode,
|
attributes=attributes, parse_mode=parse_mode,
|
||||||
force_document=force_document,
|
force_document=force_document,
|
||||||
buttons=buttons, clear_draft=clear_draft, silent=silent,
|
buttons=buttons, clear_draft=clear_draft, silent=silent,
|
||||||
schedule=schedule, supports_streaming=supports_streaming,
|
schedule=schedule, supports_streaming=supports_streaming,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user