Sha256: 0d4bed1ef660e140bb6650dc4803cf5eefd7be753be3f11200255ed973128027

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/input_media_video.rb