Interface BusinessLocation

Contains information about the location of a Telegram Business account.

interface BusinessLocation {
    address: string;
    location?: Location;
}

Properties

Properties

address: string

Address of the business

location?: Location

Location of the business