LocationAddress
Describes the physical address of a location.
fields
| field | type | required | description |
|---|---|---|---|
country_code | string | required | The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located |
state | string | optional | Optional. State of the location |
city | string | optional | Optional. City of the location |
street | string | optional | Optional. Street address of the location |
import
import type { LocationAddress } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#locationaddress