getUserProfilePhotosFlow

inline fun getUserProfilePhotosFlow(userId: Int, firstOffset: Int? = null, eachLimit: Int? = null, emitLastEmptyResult: Boolean = false, crossinline onEachResult: (UserProfilePhotos) -> UserProfilePhotos = { it }, crossinline requestor: suspend (GetUserProfilePhotosApi) -> UserProfilePhotos): Flow<UserProfilePhotos>(source)