mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-27 01:34:29 +03:00
Fix send_message not forwarding comment_to to send_file
This commit is contained in:
parent
8c38d7fb0e
commit
4cc9645d76
|
@ -758,7 +758,8 @@ class MessageMethods:
|
|||
entity, file, caption=message, reply_to=reply_to,
|
||||
parse_mode=parse_mode, force_document=force_document,
|
||||
buttons=buttons, clear_draft=clear_draft, silent=silent,
|
||||
schedule=schedule, formatting_entities=formatting_entities
|
||||
schedule=schedule, formatting_entities=formatting_entities,
|
||||
comment_to=comment_to
|
||||
)
|
||||
|
||||
entity = await self.get_input_entity(entity)
|
||||
|
|
Loading…
Reference in New Issue
Block a user