Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestSimpleWebView

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ fromSwitchWebview?: boolean; fromSideMenu?: boolean; bot: EntityLike; url?: string; startParam?: string; themeParams?: DataJSON; platform: string }>>
CONSTRUCTOR_ID: 440815626
SUBCLASS_OF_ID: 367977435
classType: "request"
className: "messages.RequestSimpleWebView"
fromSwitchWebview?: boolean
fromSideMenu?: boolean
url?: string
startParam?: string
themeParams?: DataJSON
platform: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ fromSwitchWebview?: boolean; fromSideMenu?: boolean; bot: EntityLike; url?: string; startParam?: string; themeParams?: DataJSON; platform: string }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new RequestSimpleWebView(args: Partial<Partial<{ fromSwitchWebview?: boolean; fromSideMenu?: boolean; bot: EntityLike; url?: string; startParam?: string; themeParams?: DataJSON; platform: string }>>): RequestSimpleWebView

Generated using TypeDoc