lookupByScreenNames

fun Friendships.lookupByScreenNames(screenNames: List<String>, vararg options: Option): JsonArrayApiAction<Friendships.Lookup>

Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided. Values for connections can be: following, following_requested, followed_by, none, blocking, muting.

Twitter API reference

Receiver

Friendships endpoint instance.

Return

JsonObjectApiAction for Lookup model.

Parameters

screenNames

A list of screen names, up to 100 are allowed in a single request.

options

Optional. Custom parameters of this request.