Sha256: 8da852f86dd083b7c3bcf5d61cfab4a3567ac15d27c2629fdb1d6875cc3810ff
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
module Telegram module Bot module Types class Audio < Base attribute :file_id, String attribute :duration, Integer attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
9 entries across 9 versions & 1 rubygems