Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>Context#declineChatJoinRequest

Hydration plugin for API calls and context objects.
Latest
method Context.prototype.declineChatJoinRequest
Re-export
import { Context } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

Context-aware alias for api.declineChatJoinRequest. Use this method to decline 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#declinechatjoinrequest