Skip to main content
Module

x/grm/mod.ts>Api.help.Country

MTProto API Client for Deno 🦕
Go to Latest
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.0/mod.ts";
const { Country } = Api.help;

Properties

className: "help.Country"
classType: "constructor"
CONSTRUCTOR_ID: 3280440867
countryCodes: help.TypeCountryCode[]
defaultName: string
optional
hidden: boolean
iso2: string
optional
name: string
SUBCLASS_OF_ID: 2720964136

Static Methods

fromReader(reader: Reader): Country