class Tourmaline::BusinessLocation

Overview

Contains information about the location of a Telegram Business account.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(address : String, location : Tourmaline::Location | Nil = nil) #

[View source]

Instance Method Detail

def address : String #

Address of the business


[View source]
def address=(address : String) #

Address of the business


[View source]
def location : Tourmaline::Location | Nil #

Optional. Location of the business


[View source]
def location=(location : Tourmaline::Location | Nil) #

Optional. Location of the business


[View source]