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_unblock_

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

Deletes a peer from a blocklist, see here » for more info.

Constructors

new
contacts_unblock_(params: { my_stories_from?: true; id: enums.InputPeer; })

Properties

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

Peer

optional
my_stories_from: true

Whether the peer should be removed from the story blocklist; if not set, the peer will be removed from the main blocklist, see here » for more info.

Static Properties

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