lookup By User Ids
fun Friendships.lookupByUserIds(userIds: List<Long>, vararg options: Option): JsonArrayApiAction<Friendships.Lookup>
Content copied to clipboard
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.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Lookup model.
Parameters
user Ids
A list of user IDs, up to 100 are allowed in a single request.
options
Optional. Custom parameters of this request.