Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>Client#setBoostsRequiredToCircumventRestrictions

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.setBoostsRequiredToCircumventRestrictions
import { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";

Set the number of boosts required to circument a chat's default restrictions.

Parameters

chatId: ID

The identifier of the chat.

boosts: number

The number of boosts required to circumvent its restrictions.

Returns

Promise<void>