photos.PhotosSlice#

class pyrogram.raw.types.photos.PhotosSlice#

Incomplete list of photos with auxiliary data.

Constructor of Photos.

Details:
  • Layer: 158

  • ID: 15051F54

Parameters:
  • count (int 32-bit) – Total number of photos.

  • photos (List of Photo) – List of photos.

  • users (List of User) – List of mentioned users.

Functions:

This object can be returned by 1 function.

photos.GetUserPhotos

Returns the list of user photos.