Sha256: 505b4aee1c53a8bfd58c648bb83d5b4a63245dde55fe69f1e2331f87e2573cf7

Contents?: true

Size: 398 Bytes

Versions: 2

Compression:

Stored size: 398 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? :thumbnail, PhotoSize
        attribute? :file_size, Types::Integer
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/video_note.rb