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>PostAddress_

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

Shipping address

Constructors

new
PostAddress_(params: { street_line1: string; street_line2: string; city: string; state: string; country_iso2: string; post_code: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
city: string

City

country_iso2: string

ISO 3166-1 alpha-2 country code

post_code: string

Address post code

state: string

State, if applicable (empty otherwise)

street_line1: string

First line for the address

street_line2: string

Second line for the address

Static Properties

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