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

x/mtkruto/tl/2_types.ts>PeerBlocked_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PeerBlocked_
extends _PeerBlocked_
import { PeerBlocked_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Information about a blocked peer

Constructors

new
PeerBlocked_(params: { peer_id: enums.Peer; date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

When was the peer blocked

peer_id: enums.Peer

Peer ID

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc