Skip to content

LocationAddress

Type · TDLib 1.8.67 · d1085f9c

Describes an address of a location

LocationAddress(
  country_code: string,
  state: string,
  city: string,
  street: string
) → LocationAddress

country_code

string

A two-letter ISO 3166-1 alpha-2 country code

state

string

State, if applicable; empty if unknown

city

string

City; empty if unknown

street

string

The address; empty if unknown