class TelegramBot::InputLocationMessageContent

Defined in:

telegram_bot/types/input_location_message_content.cr

Constant Summary

FIELDS = {latitude: String, longitude: String}

Constructors

Constructor Detail

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

[View source]