Skip to main content
Module

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

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

Use this method to approve a chat join request. The bot must be an administrator in the chat for this to work and must have the can_invite_users administrator right. Returns True on success.

Parameters

chat_id: number | string

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

user_id: number

Unique identifier of the target user

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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