Fix send_message not forwarding comment_to to send_file

This commit is contained in:
Lonami Exo 2021-01-30 10:39:45 +01:00
parent 8c38d7fb0e
commit 4cc9645d76

View File

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