ultra-telegram-framework
    Preparing search index...

    Interface LocationAddress

    Describes the physical address of a location.

    interface LocationAddress {
        city?: string;
        country_code: string;
        state?: string;
        street?: string;
    }
    Index

    Properties

    city?: string

    Optional. City of the location

    country_code: string

    The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located

    state?: string

    Optional. State of the location

    street?: string

    Optional. Street address of the location