Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>contacts_setBlocked_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class contacts_setBlocked_
extends Function_<boolean>
import { contacts_setBlocked_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Replace the contents of an entire blocklist, see here for more info ».

Constructors

new
contacts_setBlocked_(params: { my_stories_from?: true; id: Array<enums.InputPeer>; limit: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: Array<enums.InputPeer>

Full content of the blocklist.

limit: number

Maximum number of results to return, see pagination

optional
my_stories_from: true

Whether to edit the story blocklist; if not set, will edit the main blocklist. See here » for differences between the two.

Static Properties

__F: (params: { my_stories_from?: true; id: Array<enums.InputPeer>; limit: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc