Sha256: 05e16a030aeff7e2e9e4aedd0e7f57192291708459e8c4c80c8b07ea28972fde
Contents?: true
Size: 385 Bytes
Versions: 3
Compression:
Stored size: 385 Bytes
Contents
module TD::Types # Describes the exact type of a problem with a call. class CallProblem < Base %w[ echo noise interruptions distorted_speech silent_local silent_remote dropped distorted_video pixelated_video ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/call_problem/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/call_problem.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/call_problem.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/call_problem.rb |