Sha256: 6d5615974723c73df924f076350d6c8b7cafdbb317f9cf9211fd68bc71a17313

Contents?: true

Size: 692 Bytes

Versions: 5

Compression:

Stored size: 692 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultVideo < Base
        attribute :type, String, default: 'video'
        attribute :id, String
        attribute :video_url, String
        attribute :mime_type, String
        attribute :thumb_url, String
        attribute :title, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :video_width, Integer
        attribute :video_height, Integer
        attribute :video_duration, Integer
        attribute :description, String
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_video.rb