Sha256: e75ef142d62135e5218a1ca271a1f772db38e4e13848a68fd12339bf8e60b706
Contents?: true
Size: 316 Bytes
Versions: 43
Compression:
Stored size: 316 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 end end end end
Version data entries
43 entries across 43 versions & 3 rubygems