following List By User Id
fun Friends.followingListByUserId( userId: Long, count: Int? = null, vararg options: Option): CursorJsonObjectApiAction<CursorUsers, User>
Content copied to clipboard
Returns users who follows specific user.
Receiver
Friends endpoint instance.
Return
CursorJsonObjectApiAction for CursorUsers model.
See also
Parameters
user Id
The ID of the user for whom to return results.
count
The number of users to return per page, up to a maximum of 200.
options
Optional. Custom parameters of this request.