From 169197c8fe19a4b48652b498ddec5f831121faf3 Mon Sep 17 00:00:00 2001 From: krau <71133316+krau@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:36:06 +0800 Subject: [PATCH] chore: update readme --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 17dfd4a..9ee78c1 100644 --- a/README.md +++ b/README.md @@ -35,21 +35,6 @@ chmod +x saveany-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) - ---- - ## Thanks - [gotd](https://github.com/gotd/td)