Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>help_Country_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class help_Country_
import { help_Country_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Name, ISO code, localized name and phone codes/patterns of a specific country

Constructors

new
help_Country_(params: { hidden?: true; iso2: string; default_name: string; name?: string; country_codes: Array<enums.help.CountryCode>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
country_codes: Array<enums.help.CountryCode>

Phone codes/patterns

default_name: string

Name of the country in the country's language

optional
hidden: true

Whether this country should not be shown in the list

iso2: string

ISO code of country

optional
name: string

Name of the country in the user's language, if different from the original name

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc