Sha256: 705cacdcc3b178d4f7cd0f7cb31da613596068f7d0cd9e2be9d8dd6c1fc414e8

Contents?: true

Size: 380 Bytes

Versions: 7

Compression:

Stored size: 380 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InputMediaVideo < Base
        attribute :type, String, default: 'video'
        attribute :media, String
        attribute :caption, String
        attribute :width, Integer
        attribute :height, Integer
        attribute :duration, Integer
        attribute :supports_streaming, Boolean
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/input_media_video.rb