Method: TelegramBot::InlineQueryResultCachedVideo.openapi_types
- Defined in:
- lib/telegram-bot/models/inline_query_result_cached_video.rb
.openapi_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/telegram-bot/models/inline_query_result_cached_video.rb', line 71 def self.openapi_types { :'type' => :'String', :'id' => :'String', :'video_file_id' => :'String', :'title' => :'String', :'description' => :'String', :'caption' => :'String', :'parse_mode' => :'String', :'caption_entities' => :'Array<MessageEntity>', :'reply_markup' => :'InlineKeyboardMarkup', :'input_message_content' => :'Object' } end |