lookupByUserIds

fun Friendships.lookupByUserIds(userIds: List<Long>, 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

userIds

A list of user IDs, up to 100 are allowed in a single request.

options

Optional. Custom parameters of this request.