ChatPhoto
- class pyrogram.types.ChatPhoto
A chat photo.
- Parameters:
small_file_id (
str
) – File identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.small_photo_unique_id (
str
) – Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different accounts. Can’t be used to download or reuse the file.big_file_id (
str
) – File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.big_photo_unique_id (
str
) – Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different accounts. Can’t be used to download or reuse the file.has_animation (
bool
) – True, if the photo has animated variantis_personal (
bool
) – True, if the photo is visible only for the current userminithumbnail (
StrippedThumbnail
, optional) – User profile photo minithumbnail; may be None.