UserProfilePhoto¶
-
class
pyrogram.raw.types.
UserProfilePhoto
¶ User profile photo.
Constructor type of
UserProfilePhoto
.- Details
Layer:
126
ID:
0x69d3ab26
- Parameters
photo_id (
int
64-bit
) – Identifier of the respective photoParameter added in Layer 2.photo_small (
FileLocation
) – Location of the file, corresponding to the small profile photo thumbnail.photo_big (
FileLocation
) – Location of the file, corresponding to the big profile photo thumbnail.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.