followingListByUserId

fun Friends.followingListByUserId(    userId: Long,     count: Int? = null,     vararg options: Option): CursorJsonObjectApiAction<CursorUsers, User>

Returns users who follows specific user.

Receiver

Friends endpoint instance.

Return

CursorJsonObjectApiAction for CursorUsers model.

See also

Parameters

userId

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.