Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputPhoneContact

Hierarchy

  • VirtualClass<{ clientId: long; phone: string; firstName: string; lastName: string }>
    • InputPhoneContact

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { clientId: BigInteger; phone: string; firstName: string; lastName: string }

Type declaration

  • clientId: BigInteger
  • phone: string
  • firstName: string
  • lastName: string
CONSTRUCTOR_ID: 4086478836
SUBCLASS_OF_ID: 2926144130
classType: "constructor"
className: "InputPhoneContact"
clientId: BigInteger
phone: string
firstName: string
lastName: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { clientId: BigInteger; phone: string; firstName: string; lastName: string }
  • Returns { clientId: BigInteger; phone: string; firstName: string; lastName: string }

    • clientId: BigInteger
    • phone: string
    • firstName: string
    • lastName: string

Constructors

  • new InputPhoneContact(args: { clientId: BigInteger; phone: string; firstName: string; lastName: string }): InputPhoneContact

Generated using TypeDoc