photos.GetUserPhotos¶
- class pyrogram.raw.functions.photos.GetUserPhotos[source]¶
Returns the list of user photos.
Usable by Users Bots- Details:
Layer:
229ID:
91CD32A8
- Parameters:
user_id (
InputUser) – User IDoffset (
int32-bit) – Number of list elements to be skippedmax_id (
int64-bit) – If a positive value was transferred, the method will return only photos with IDs less than the set one. This parameter is often useful when refetching file references », as in conjuction withlimit=1andoffset=-1the photo object with theidspecified inmax_idcan be fetched.limit (
int32-bit) – Number of list elements to be returned
- Returns: