Fixed a broken link redirect

Kyryh 2024-03-16 20:21:43 +01:00
parent 4a8d76cd0e
commit 343da4b368

@ -83,7 +83,7 @@ media_1 = InputMediaDocument(media=file_id, ...)
``` ```
> [!CAUTION] > [!CAUTION]
> For the `InputMedia*` classes, passing a file path only works if your bot is running in [local mode](docs.python-telegram-bot.org/telegram.bot.html#telegram.Bot.params.local_mode). > For the `InputMedia*` classes, passing a file path only works if your bot is running in [local mode](https://docs.python-telegram-bot.org/telegram.bot.html#telegram.Bot.params.local_mode).
### Sending files via inline mode ### Sending files via inline mode