Method: TelegramBot::GetFile200Response.openapi_types
- Defined in:
- lib/telegram-bot/models/get_file200_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/telegram-bot/models/get_file200_response.rb', line 36 def self.openapi_types { :'ok' => :'Boolean', :'result' => :'File' } end |