Skip to content

leaveChat ​

Make the Bot leave a chat group.

Request ​

POST /:token/leavechat

Parameters ​

ParameterTypeRequiredDescription
chat_idInteger/StringYesUnique identifier for the target chat or username

Response ​

Returns Boolean true on success.

json
{
  "ok": true,
  "result": true
}

Error Codes ​

CodeDescription
400Bad request parameters, e.g. invalid chat_id format
401Invalid or expired token
403Bot is not a member of this chat