chore(sync): mirror docs from openclaw/openclaw@e8191e5b8f
This commit is contained in:
parent
3758fc282e
commit
22ea87d857
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "a44800e929f742ca72d068e5ff3bd2a8eac2b71b",
|
||||
"syncedAt": "2026-04-25T07:19:41.627Z"
|
||||
"sha": "e8191e5b8f65f0e0544182e5ce193e096aa3354c",
|
||||
"syncedAt": "2026-04-25T07:25:05.881Z"
|
||||
}
|
||||
|
||||
@ -704,6 +704,9 @@ curl "https://api.telegram.org/bot<bot_token>/getUpdates"
|
||||
|
||||
The local listener binds to `127.0.0.1:8787`. For public ingress, either put a reverse proxy in front of the local port or set `webhookHost: "0.0.0.0"` intentionally.
|
||||
|
||||
Webhook mode validates request guards, the Telegram secret token, and the JSON body before returning `200` to Telegram.
|
||||
OpenClaw then processes the update asynchronously through the same per-chat/per-topic bot lanes used by long polling, so slow agent turns do not hold Telegram's delivery ACK.
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Limits, retry, and CLI targets">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user