Sha256: f32fea6b6a3f33b8c067bd2050dfc6ed5475fdb53fa27ed3db9f155b1837c58b

Contents?: true

Size: 462 Bytes

Versions: 10

Compression:

Stored size: 462 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Audio < Base
        attribute :file_id, String
        attribute :file_unique_id, String
        attribute :duration, Integer
        attribute :performer, String
        attribute :title, String
        attribute :file_name, String
        attribute :mime_type, String
        attribute :file_size, Integer
        attribute :thumb, PhotoSize
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/audio.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/audio.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/audio.rb