removeFromList

fun CommonUser.removeFromList(listId: Long): EmptyApiAction

Creates an action to remove this user from the list.

Parameters

listId

The list id.


fun CommonUser.removeFromList(slug: String, ownerScreenName: String): EmptyApiAction

Creates an action to remove this user from the list.

Parameters

slug

The list slug.

ownerScreenName

The owner screen name of the list.


fun CommonUser.removeFromList(slug: String, ownerId: Long): EmptyApiAction

Creates an action to remove this user from the list.

Parameters

slug

The list slug.

ownerId

The owner id of the list.