WallPaper

class pyrogram.raw.types.WallPaper

Telegram API type.

Constructor of WallPaper.

Details:
  • Layer: 187

  • ID: A437C3ED

Parameters:
  • id (int 64-bit) – N/A

  • access_hash (int 64-bit) – N/A

  • slug (str) – N/A

  • document (Document) – N/A

  • creator (bool, optional) – N/A

  • default (bool, optional) – N/A

  • pattern (bool, optional) – N/A

  • dark (bool, optional) – N/A

  • settings (WallPaperSettings, optional) – N/A

Functions:

This object can be returned by 3 functions.

account.GetWallPaper

Telegram API function.

account.UploadWallPaper

Telegram API function.

account.GetMultiWallPapers

Telegram API function.