class TelegramBot::Venue

Included Modules

Defined in:

telegram_bot/types/venue.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def address : String #

def address=(address : String) #

def foursquare_id : String | Nil #

def foursquare_id=(foursquare_id : String | Nil) #

def foursquare_type : String | Nil #

def foursquare_type=(foursquare_type : String | Nil) #

def location : Location #

def location=(location : Location) #

def title : String #

def title=(title : String) #