getProfiles

Get user profiles

Arguments
Name Type Description Required
offset int Sequential number of the first photo to be returned. By default, all photos are returned. no
limit int Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100. no
answer bool You can set this to answer webhook directly, leave it empty or pass null for make it off no

Output : BPT\types\userProfilePhotos | BPT\types\responseError

Static or normal : normal

Examples :

$user->getProfiles();