Sha256: 4465379cd37c7f35c56f460cb2219a453efd0a4bcd687a2eaddaf5c257a650de

Contents?: true

Size: 431 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/audio.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/audio.rb