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_

[WIP] 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.128/tl/2_types.ts";

Constructors

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

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
city: string
country_iso2: string
post_code: string
state: string
street_line1: string
street_line2: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc