Skip to main content
Module

x/grammy/mod.ts>Context#restrictAuthor

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.restrictAuthor
Re-export
import { Context } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Context-aware alias for api.restrictChatMember. Use this method to restrict a user in a supergroup. The bot must be an administrator in the supergroup for this to work and must have the appropriate administrator rights. Pass True for all permissions to lift restrictions from a user. Returns True on success.

Parameters

permissions: ChatPermissions

An object for new user permissions

optional
other: Other<"restrictChatMember", "chat_id" | "user_id" | "permissions">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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