WallPaperSettings#

class pyrogram.raw.types.WallPaperSettings#

Wallpaper rendering information.

Constructor of WallPaperSettings.

Details:
  • Layer: 158

  • ID: 1DC1BCA4

Parameters:
  • blur (bool, optional) – For image wallpapers »: if set, the JPEG must be downscaled to fit in 450x450 square and then box-blurred with radius 12.

  • motion (bool, optional) – If set, the background needs to be slightly moved when the device is rotated.

  • background_color (int 32-bit, optional) – Used for solid », gradient » and freeform gradient » fills.

  • second_background_color (int 32-bit, optional) – Used for gradient » and freeform gradient » fills.

  • third_background_color (int 32-bit, optional) – Used for freeform gradient » fills.

  • fourth_background_color (int 32-bit, optional) – Used for freeform gradient » fills.

  • intensity (int 32-bit, optional) – Used for pattern wallpapers.

  • rotation (int 32-bit, optional) – Clockwise rotation angle of the gradient, in degrees; 0-359. Should be always divisible by 45.