Method: TelegramBot::ChatLocation.openapi_types
- Defined in:
- lib/telegram-bot/models/chat_location.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 |
# File 'lib/telegram-bot/models/chat_location.rb', line 39 def self.openapi_types { :'location' => :'Location', :'address' => :'String' } end |