mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
Fixed a broken link redirect
parent
4a8d76cd0e
commit
343da4b368
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ media_1 = InputMediaDocument(media=file_id, ...)
|
|||
```
|
||||
|
||||
> [!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
|
||||
|
||||
|
|
Loading…
Reference in a new issue