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.5.2/src/mod.ts";
const { Country } = tl.Api.help;
Properties
countryCodes: help.TypeCountryCode[]
Static Methods
fromReader(reader: Reader): Country