Sha256: cc609fc0a42ddd7859faa2371da59af1bd0bf07193fdb303642405c7c4e2ba54

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

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