UserProfilePhoto#
- class pyrogram.raw.types.UserProfilePhoto#
User profile photo.
Constructor of
UserProfilePhoto
.- Details:
Layer:
158
ID:
82D1F706
- Parameters:
photo_id (
int
64-bit
) – Identifier of the respective photo.dc_id (
int
32-bit
) – DC ID where the photo is stored.has_video (
bool
, optional) – Whether an animated profile picture is available for this user.personal (
bool
, optional) – Whether this profile photo is only visible to us (i.e. it was set using photos.uploadContactProfilePhoto).stripped_thumb (
bytes
, optional) – Stripped thumbnail.