Skip to main content
Module

x/grammy/core/api.ts>Api#leaveChat

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.leaveChat
import { Api } from "https://deno.land/x/grammy@v1.11.1/core/api.ts";

Use this method for your bot to leave a group, supergroup or channel. Returns True on success.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#leavechat