class Api.NearestDc extends VirtualClass<{ country: string; thisDc: int; nearestDc: int; }>import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts"; const { NearestDc } = Api; PropertiesclassName: "NearestDc"classType: "constructor"CONSTRUCTOR_ID: 2384074613country: stringnearestDc: intSUBCLASS_OF_ID: 947323999thisDc: intStatic MethodsfromReader(reader: Reader): NearestDc