class TelegramBot::Models::Venue
- TelegramBot::Models::Venue
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#venue
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#venue
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)