Sha256: 935aa05fa5dc20d02fa044c5131905ce3335441b54c14b0613160d4aa12b70a3

Contents?: true

Size: 723 Bytes

Versions: 9

Compression:

Stored size: 723 Bytes

Contents

# frozen_string_literal: true

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

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_video.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_video.rb