Skip to main content
Module

x/mtkruto/mod.ts>types.UpdatePeerBlocked

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdatePeerBlocked
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { UpdatePeerBlocked } = types;

Constructors

new
UpdatePeerBlocked(params: { blocked?: true; blockedMyStoriesFrom?: true; peerId: TypePeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
blocked: true
optional
blockedMyStoriesFrom: true
peerId: TypePeer

Static Properties

readonly
[paramDesc]: ParamDesc