Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateBotShippingQuery

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { queryId: BigInteger; userId: BigInteger; payload: Buffer; shippingAddress: PostAddress }

Type declaration

  • queryId: BigInteger
  • userId: BigInteger
  • payload: Buffer
  • shippingAddress: PostAddress
CONSTRUCTOR_ID: 3048144253
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateBotShippingQuery"
queryId: BigInteger
userId: BigInteger
payload: Buffer
shippingAddress: PostAddress

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { queryId: BigInteger; userId: BigInteger; payload: Buffer; shippingAddress: PostAddress }

Constructors

Generated using TypeDoc