Method: TelegramBot::MaskPosition.openapi_types
- Defined in:
- lib/telegram-bot/models/mask_position.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 |
# File 'lib/telegram-bot/models/mask_position.rb', line 47 def self.openapi_types { :'point' => :'String', :'x_shift' => :'Float', :'y_shift' => :'Float', :'scale' => :'Float' } end |