Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NearestDc

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { country: string; thisDc: number; nearestDc: number }

Type declaration

  • country: string
  • thisDc: number
  • nearestDc: number
CONSTRUCTOR_ID: 2384074613
SUBCLASS_OF_ID: 947323999
classType: "constructor"
className: "NearestDc"
country: string
thisDc: number
nearestDc: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { country: string; thisDc: number; nearestDc: number }

Constructors

  • new NearestDc(args: { country: string; thisDc: number; nearestDc: number }): NearestDc

Generated using TypeDoc