class TelegramBot::InputVenueMessageContent

Defined in:

telegram_bot/types/input_venue_message_content.cr

Constant Summary

FIELDS = {latitude: Float64, longitude: Float64, title: String, address: String, forsquare_id: String}

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, title : String, address : String, forsquare_id : String) #

[View source]
def self.new(__temp_743 : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(_address : String) #

[View source]
def forsquare_id : String #

[View source]
def forsquare_id=(_forsquare_id : String) #

[View source]
def latitude : Float64 #

[View source]
def latitude=(_latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(_longitude : Float64) #

[View source]
def title : String #

[View source]
def title=(_title : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]