leaveChat
Make the Bot leave a chat group.
Request
POST /:token/leavechat
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| chat_id | Integer/String | Yes | Unique identifier for the target chat or username |
Response
Returns Boolean true on success.
json
{
"ok": true,
"result": true
}Error Codes
| Code | Description |
|---|---|
| 400 | Bad request parameters, e.g. invalid chat_id format |
| 401 | Invalid or expired token |
| 403 | Bot is not a member of this chat |
