Sha256: 775e171bac59163050e2a482893c2e38d51a61f3ba78c8de5a22c3e2e11fb480

Contents?: true

Size: 430 Bytes

Versions: 5

Compression:

Stored size: 430 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 :file_name, String
        attribute :mime_type, String
        attribute :file_size, Integer
      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/video.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/video.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/video.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/video.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/video.rb