Sha256: 96d9bf8e703e59402b836d14031c68a308dcaa636bccf39546613b222ca582a4

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Video < Base
        attribute :file_id, String
        attribute :file_unique_id, String
        attribute :width, Integer
        attribute :height, Integer
        attribute :duration, Integer
        attribute :thumb, PhotoSize
        attribute :mime_type, String
        attribute :file_size, Integer
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/video.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/video.rb