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