Sha256: 41872b79e09b67af268be21dc352338ecbad77cf772e175fffcf05815bd7532a

Contents?: true

Size: 449 Bytes

Versions: 9

Compression:

Stored size: 449 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputMediaVideo < Base
        attribute :type, String, default: 'video'
        attribute :media, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :width, Integer
        attribute :height, Integer
        attribute :duration, Integer
        attribute :supports_streaming, Boolean
      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/input_media_video.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/input_media_video.rb