ChatBackground#

class pyrogram.types.ChatBackground#

Describes a background set for a specific chat.

Parameters:
  • file_id (str, optional) – Identifier for this file, which can be used to download the file.

  • file_unique_id (str, optional) – Unique identifier for this file, which is supposed to be the same over time and for different accounts. Can’t be used to download or reuse the file.

  • file_size (int, optional) – File size.

  • date (datetime, optional) – Date the background was setted.

  • slug (str, optional) – Identifier of the background code.

  • thumbs (List of Thumbnail, optional) – Available thumbnails of this background.

  • link (str, property) – Generate a link to this background code.