class TelegramBot::InputVenueMessageContent
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/input_venue_message_content.crConstructors
- .new(latitude : Float64, longitude : Float64, title : String, address : String, *, forsquare_id : Nil | String = nil, foursquare_type : Nil | String = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #address : String
- #address=(address : String)
- #forsquare_id : String | Nil
- #forsquare_id=(forsquare_id : String | Nil)
- #foursquare_type : String | Nil
- #foursquare_type=(foursquare_type : String | Nil)
- #latitude : Float64
- #latitude=(latitude : Float64)
- #longitude : Float64
- #longitude=(longitude : Float64)
- #title : String
- #title=(title : String)
Constructor Detail
def self.new(latitude : Float64, longitude : Float64, title : String, address : String, *, forsquare_id : Nil | String = nil, foursquare_type : Nil | String = nil)
#