Wallpaper

class pyrogram.types.Wallpaper

A wallpaper.

Parameters:
  • id (int) – Unique identifier for this wallpaper.

  • slug (str) – The slug of the wallpaper.

  • document (Document) – The document of the wallpaper.

  • is_creator (bool, optional) – True, if the wallpaper was created by the current user.

  • is_default (bool, optional) – True, if the wallpaper is the default wallpaper.

  • is_pattern (bool, optional) – True, if the wallpaper is a pattern.

  • id_dark (bool, optional) – True, if the wallpaper is dark.

  • settings (WallpaperSettings, optional) – The settings of the wallpaper.