Skip to main content
Module

x/grm/mod.ts>Api.UpdateWebPage

MTProto API Client for Deno 🦕
Go to Latest
class Api.UpdateWebPage
extends VirtualClass<{ webpage: Api.TypeWebPage; pts: int; ptsCount: int; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateWebPage } = Api;

Properties

className: "UpdateWebPage"
classType: "constructor"
CONSTRUCTOR_ID: 2139689491
pts: int
ptsCount: int
SUBCLASS_OF_ID: 2676568142
webpage: Api.TypeWebPage

Static Methods

fromReader(reader: Reader): UpdateWebPage