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