Skip to content

class Tourmaline::BusinessLocation
inherits Reference #

Contains information about the location of a Telegram Business account.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(address, location : Tourmaline::Location? = nil) #

View source

Methods#

#address : String #

Address of the business

View source

#address=(address : String) #

Address of the business

View source

#location : Tourmaline::Location? #

Optional. Location of the business

View source

#location=(location : Tourmaline::Location?) #

Optional. Location of the business

View source