class tl.Api.help.Country
extends VirtualClass<{ hidden?: boolean; iso2: string; defaultName: string; name?: string; countryCodes: help.TypeCountryCode[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { Country } = tl.Api.help;
Static Methods
fromReader(reader: Reader): Country