class tl.Api.UpdateChannelWebPage
extends VirtualClass<{ channelId: long; webpage: Api.TypeWebPage; pts: int; ptsCount: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { UpdateChannelWebPage } = tl.Api;
Static Methods
fromReader(reader: Reader): UpdateChannelWebPage