Sha256: df1c95fe1f5739249d9c7191add8ee1b017323099074a2ab2366a7c383904c54
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
module TD::Types # Describes a type of a background. class BackgroundType < Base %w[ wallpaper pattern fill ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/background_type/#{type}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/background_type.rb |