Sha256: 3d93bb4c5f503d8a82374d6b1d6db94833b0005fd8852001e3efbea9df7836a3

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 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 :mime_type, String
        attribute :file_size, Integer
        attribute :thumb, PhotoSize
      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/audio.rb