Skip to main content
Very Popular
Go to Latest
method Context.prototype.approveChatJoinRequest
Re-export
import { Context } from "https://deno.land/x/grammy@v1.10.1/mod.ts";

Context-aware alias for api.approveChatJoinRequest. 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

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