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.6.0/src/mod.ts";
const { ChannelForbidden } = tl.Api;
Static Methods
fromReader(reader: Reader): ChannelForbidden