teleproto - v1.229.0
    Preparing search index...

    Interface PhotosGetUserPhotosParams

    interface PhotosGetUserPhotosParams {
        limit: number;
        maxId: BigInteger;
        offset: number;
        userId: EntityLike;
    }
    Index
    limit: number

    Number of list elements to be returned

    maxId: BigInteger

    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 with limit=1 and offset=-1 the photo object with the id specified in max_id can be fetched.

    offset: number

    Number of list elements to be skipped

    userId: EntityLike

    User ID