Sha256: b83508eea61847c7b18b13c92474425ad96d07845f098285540e16493e4cae74

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

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 :mime_type, String
        attribute :file_size, Integer
        attribute :thumb, PhotoSize
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/audio.rb