Skip to main content
Module

x/mtkruto/mod.ts>types.PostAddress

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

Constructors

new
PostAddress(params: { streetLine1: string; streetLine2: string; city: string; state: string; countryIso2: string; postCode: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
city: string
countryIso2: string
postCode: string
state: string
streetLine1: string
streetLine2: string

Static Properties

readonly
[paramDesc]: ParamDesc