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

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/background_type/wallpaper.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/background_type/wallpaper.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/background_type/wallpaper.rb
tdlib-ruby-2.2.0 lib/tdlib/types/background_type/wallpaper.rb