Sha256: 5ab924383f7f34b3cee5eee430e569d02238ad84197a20fa77243423e3b44e79
Contents?: true
Size: 288 Bytes
Versions: 7
Compression:
Stored size: 288 Bytes
Contents
module Telegram module Bot module Types class Voice < Base attribute :file_id, String attribute :file_unique_id, String attribute :duration, Integer attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
7 entries across 7 versions & 1 rubygems