Sha256: 50ee0ca1c49ee67db2c1e15dc28848b53eacee0d81917c759175b61fa92c094c

Contents?: true

Size: 394 Bytes

Versions: 3

Compression:

Stored size: 394 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class VideoNote < Base
        attribute :file_id, Types::String
        attribute :file_unique_id, Types::String
        attribute :length, Types::Integer
        attribute :duration, Types::Integer
        attribute? :thumb, PhotoSize
        attribute? :file_size, Types::Integer
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/video_note.rb