Skip to main content
Module

x/mtkruto/mod.ts>tl.types.UpdateChatDefaultBannedRights

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

Constructors

new
UpdateChatDefaultBannedRights(params: { peer: TypePeer; defaultBannedRights: TypeChatBannedRights; version: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
defaultBannedRights: TypeChatBannedRights
peer: TypePeer
version: number

Static Properties

readonly
[paramDesc]: ParamDesc