Class GetUserProfilePhotos
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<GetUserProfilePhotos, UserProfilePhotos>
io.github.natanimn.telebof.requests.get.GetUserProfilePhotos
public class GetUserProfilePhotos
extends AbstractBaseRequest<GetUserProfilePhotos, UserProfilePhotos>
GetUserProfilePhotos class. Returns
UserProfilePhotos
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
GetUserProfilePhotos
-
-
Method Details
-
offset
Optional- Parameters:
offset
- Sequential number of the first photo to be returned. By default, all photos are returned.- Returns:
GetUserProfilePhotos
-
limit
Optional- Parameters:
limit
- Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.- Returns:
GetUserProfilePhotos
-