Skip to main content
Module

x/grammy_emoji/deps.deno.ts>Context#approveChatJoinRequest

Use emoji names instead of Unicode strings. Copy-pasting emoji sucks.
Go to Latest
method Context.prototype.approveChatJoinRequest
Re-export
import { Context } from "https://deno.land/x/grammy_emoji@v1.1.2/deps.deno.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