Sha256: 28ee1676dd3d878b5c91b78dceab675ea668b18750fa325873a97238f8646d84
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
module TD::Types # Describes the current call state. class CallState < Base %w[ pending exchanging_keys ready hanging_up discarded error ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/call_state/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems