class TelegramBot::Venue
- TelegramBot::Venue
- Reference
- Object
Defined in:
telegram_bot/types/venue.crConstructors
Instance Method Summary
- #address : String
- #address=(_address : String)
- #foursquare_id : String | Nil
- #foursquare_id=(_foursquare_id : String | Nil)
- #location : Location
- #location=(_location : Location)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)