ChatBackground#

class pyrogram.types.ChatBackground#

Describes a background set for a specific chat.

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

  • file_unique_id (str) – 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) – File size.

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

  • slug (str) – Identifier of the background code. You can combine it with https://t.me/bg/{slug} to get link for this background.

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

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