pyTelegramBotAPI
pyTelegramBotAPI copied to clipboard
Failed working with visible_file_name in async
https://github.com/eternnoir/pyTelegramBotAPI/discussions/2319#discussioncomment-9850643
Looks like some kind of bug. @coder2020official , could you please check?
Sure, will check it later
- [x] Should add a check for presence of both InputFile and visible_file_name and show a warning;
- [x] file_name should be added as an optional parameter in InputFile
- [x] Make InputFile approaches in sync and async similar