Sha256: 579a7bf48ecf9982262a7f341652fb457ee3223e832e0ca2cd154151a6be6a0d

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 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
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/input_media_video.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/input_media_video.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/input_media_video.rb