Skip to main content
Module

x/grm/mod.ts>tl.Api.help.AppUpdate

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.help.AppUpdate
extends VirtualClass<{ canNotSkip?: boolean; id: int; version: string; text: string; entities: Api.TypeMessageEntity[]; document?: Api.TypeDocument; url?: string; sticker?: Api.TypeDocument; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { AppUpdate } = tl.Api.help;

Properties

optional
canNotSkip: boolean
className: "help.AppUpdate"
classType: "constructor"
CONSTRUCTOR_ID: 3434860080
optional
document: Api.TypeDocument
id: int
optional
sticker: Api.TypeDocument
SUBCLASS_OF_ID: 1486292638
text: string
optional
url: string
version: string