Method: TelegramBot::TextQuote.openapi_types

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

.openapi_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
# File 'lib/telegram-bot/models/text_quote.rb', line 47

def self.openapi_types
  {
    :'text' => :'String',
    :'entities' => :'Array<MessageEntity>',
    :'position' => :'Integer',
    :'is_manual' => :'Boolean'
  }
end