class Api.ChannelForbidden
extends VirtualClass<{ broadcast?: boolean; megagroup?: boolean; id: long; accessHash: long; title: string; untilDate?: int; }>
import { Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts";
const { ChannelForbidden } = Api;
Static Methods
fromReader(reader: Reader): ChannelForbidden