Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelForbidden

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

Constructors

new
ChannelForbidden(params: { broadcast?: true; megagroup?: true; id: bigint; accessHash: bigint; title: string; untilDate?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
optional
broadcast: true
id: bigint
optional
megagroup: true
title: string
optional
untilDate: number

Static Properties

readonly
[paramDesc]: ParamDesc