Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SetBotPrecheckoutResults

Hierarchy

  • Request<Partial<{ success?: boolean; queryId: long; error?: string }>, Bool>
    • SetBotPrecheckoutResults

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ success?: boolean; queryId: BigInteger; error?: string }>>
__response: boolean
CONSTRUCTOR_ID: 163765653
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "messages.SetBotPrecheckoutResults"
success?: boolean
queryId: BigInteger
error?: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ success?: boolean; queryId: BigInteger; error?: string }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new SetBotPrecheckoutResults(args: Partial<Partial<{ success?: boolean; queryId: BigInteger; error?: string }>>): SetBotPrecheckoutResults

Generated using TypeDoc