Sha256: ada80cdbab11c6e9d89bf2566e7f0833098adc85ac16a68fc534aa03b07b58a6

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.2 lib/telegram/bot/types/video.rb