参考API 参考
备份
与已配置的 Telegram 机器人进行交互的操作。
AuthorizationBearer <token>
API token from Settings → Security → API Token. Send as Authorization: Bearer <token>.
In: header
Response Body
application/json
curl -X POST "https://example.com/panel/api/backuptotgbot"{ "success": true, "msg": "string", "obj": null}
3x-ui