Sha256: f9d226f5d75c70e7d27814e99e9046679cf5ea2e926c459b9db4308ae656b3b4
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
module TD::Types # A wallpaper in JPEG format. # # @attr is_blurred [Boolean] True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred # with radius 12. # @attr is_moving [Boolean] True, if the background needs to be slightly moved when device is tilted. class BackgroundType::Wallpaper < BackgroundType attribute :is_blurred, TD::Types::Bool attribute :is_moving, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 2 rubygems