class TelegramBot::Venue

Defined in:

telegram_bot/types/venue.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def address : String #

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

[View source]
def foursquare_id : String | Nil #

[View source]
def foursquare_id=(_foursquare_id : String | Nil) #

[View source]
def location : Location #

[View source]
def location=(_location : Location) #

[View source]
def title : String #

[View source]
def title=(_title : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]