Sha256: a1bb9c17be94f7da10358dd36372e0f7e007138f5c3f92665f18e8ff10d54c4b
Contents?: true
Size: 319 Bytes
Versions: 11
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true 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
11 entries across 11 versions & 2 rubygems