Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateChannelWebPage

MTProto API Client for Deno 🦕
Go to Latest
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/mod.ts";
const { UpdateChannelWebPage } = tl.Api;

Properties

channelId: long
className: "UpdateChannelWebPage"
classType: "constructor"
CONSTRUCTOR_ID: 791390623
pts: int
ptsCount: int
SUBCLASS_OF_ID: 2676568142
webpage: Api.TypeWebPage

Static Methods

fromReader(reader: Reader): UpdateChannelWebPage