class TelegramBot::Venue
- TelegramBot::Venue
- Reference
- Object
Included Modules
- JSON::Serializable
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)
- #foursquare_type : String | Nil
- #foursquare_type=(foursquare_type : String | Nil)
- #location : Location
- #location=(location : Location)
- #title : String
- #title=(title : String)