Update telethon/client/messages.py

This commit is contained in:
Lonami 2021-05-31 15:35:52 +02:00 committed by GitHub
parent a84114b68f
commit 88fa03b1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,