Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GetAuthorizationForm

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ botId: BigInteger; scope: string; publicKey: string }>>
__response: AuthorizationForm
CONSTRUCTOR_ID: 2838059386
SUBCLASS_OF_ID: 2013567636
classType: "request"
className: "account.GetAuthorizationForm"
botId: BigInteger
scope: string
publicKey: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ botId: BigInteger; scope: string; publicKey: string }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new GetAuthorizationForm(args: Partial<Partial<{ botId: BigInteger; scope: string; publicKey: string }>>): GetAuthorizationForm

Generated using TypeDoc