Skip to main content
Module

x/mtkruto/mod.ts>types.HelpCountry

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.HelpCountry
import { types } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { HelpCountry } = types;

Constructors

new
HelpCountry(params: { hidden?: true; iso2: string; defaultName: string; name?: string; countryCodes: Array<TypeHelpCountryCode>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
countryCodes: Array<TypeHelpCountryCode>
defaultName: string
optional
hidden: true
iso2: string
optional
name: string

Static Properties

readonly
[paramDesc]: ParamDesc