Sha256: cd0a7d21393faffc24277148dc6a15e9c55e3551ed493e70bf61d6a8314e2c71
Contents?: true
Size: 352 Bytes
Versions: 5
Compression:
Stored size: 352 Bytes
Contents
module Telegram module Bot module Types class Audio < Base attribute :file_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
5 entries across 5 versions & 1 rubygems