chore: update readme

This commit is contained in:
krau
2024-10-12 13:09:56 +08:00
parent 4aba14c4c7
commit b5af39c132

View File

@@ -20,3 +20,16 @@ chmod +x saveany-bot
## 使用
向 Bot 发送(转发)文件, 按照提示操作.
## Bot API 版本 (v0.3.0 前)
> Bot API 版本自身不需要 API_ID 和 API_HASH, 但是部署 Telegram Bot API 服务器仍然需要.
由于 Telegram 官方 Bot API 的限制, Bot 无法下载大于 20MB 的文件. 你需要部署一个本地的 Telegram Bot API 来解决这个问题, 然后在配置文件改为你自己的 api 地址
```toml
[telegram]
api = "http://localhost:8081"
```
参考: [telegram-bot-api-compose](https://github.com/krau/telegram-bot-api-compose)