Sha256: cc17363630e06dc7362be83043a0ed0a16b435a96ac5f9cdc7c37f41a50106a3
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 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 rotated. class BackgroundType::Wallpaper < BackgroundType attribute :is_blurred, TD::Types::Bool attribute :is_moving, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/background_type/wallpaper.rb |