BusinessLocation

@Serializable
data class BusinessLocation(val address: String, val location: Location? = null)

Contains information about the location of a Telegram Business account.

Api reference

Constructors

Link copied to clipboard
constructor(address: String, location: Location? = null)

Properties

Link copied to clipboard

Address of the business

Link copied to clipboard
val location: Location? = null

Optional. Location of the business