Sha256: f143519bc837c8212ef7c47723807cbcdeb4fe40fb7b02e3b67c4297b50d2e9b
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
module TD::Types # Contains information about background to set. class InputBackground < Base %w[ local remote ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/input_background/#{type}" end end end
Version data entries
5 entries across 5 versions & 2 rubygems