Method: TelegramBot::ChatLocation.attribute_map

Defined in:
lib/telegram-bot/models/chat_location.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



26
27
28
29
30
31
# File 'lib/telegram-bot/models/chat_location.rb', line 26

def self.attribute_map
  {
    :'location' => :'location',
    :'address' => :'address'
  }
end