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