class TelegramBot::InputMediaVenue

Included Modules

Defined in:

telegram_bot/types/input_media_venue.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InputMedia

to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, title : String, address : String, *, foursquare_id : String | Nil = nil, foursquare_type : String | Nil = nil, google_place_id : String | Nil = nil, google_place_type : String | Nil = nil) #

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

def self.new(*, __pull_for_json_serializable 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 google_place_id : String | Nil #

def google_place_id=(google_place_id : String | Nil) #

def google_place_type : String | Nil #

def google_place_type=(google_place_type : String | Nil) #

def latitude : Float64 #

def latitude=(latitude : Float64) #

def longitude : Float64 #

def longitude=(longitude : Float64) #

def title : String #

def title=(title : String) #

def type : String #

def type=(type : String) #