Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateBotPrecheckoutQuery

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { queryId: BigInteger; userId: BigInteger; payload: Buffer; info?: PaymentRequestedInfo; shippingOptionId?: string; currency: string; totalAmount: BigInteger }

Type declaration

  • queryId: BigInteger
  • userId: BigInteger
  • payload: Buffer
  • Optional info?: PaymentRequestedInfo
  • Optional shippingOptionId?: string
  • currency: string
  • totalAmount: BigInteger
CONSTRUCTOR_ID: 2359990934
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateBotPrecheckoutQuery"
queryId: BigInteger
userId: BigInteger
payload: Buffer
shippingOptionId?: string
currency: string
totalAmount: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { queryId: BigInteger; userId: BigInteger; payload: Buffer; info?: PaymentRequestedInfo; shippingOptionId?: string; currency: string; totalAmount: BigInteger }

Constructors

Generated using TypeDoc