class TelegramBot::InputLocationMessageContent

Defined in:

telegram_bot/types/input_location_message_content.cr

Constant Summary

FIELDS = {latitude: String, longitude: String}

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : String, longitude : String) #

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

[View source]

Instance Method Detail

def latitude : String #

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

[View source]
def longitude : String #

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

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

[View source]