Skip to main content
Module

x/grm/mod.ts>tl.Api.ChannelForbidden

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChannelForbidden
extends VirtualClass<{ broadcast?: boolean; megagroup?: boolean; id: long; accessHash: long; title: string; untilDate?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelForbidden } = tl.Api;

Properties

accessHash: long
optional
broadcast: boolean
className: "ChannelForbidden"
classType: "constructor"
CONSTRUCTOR_ID: 399807445
id: long
optional
megagroup: boolean
SUBCLASS_OF_ID: 3316604308
title: string
optional
untilDate: int

Static Methods

fromReader(reader: Reader): ChannelForbidden