Click or drag to resize
RelationshipsRelationship Method (Int32)
Get information about a relationship to another user.

Requires Authentication: True

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<RelationshipResponse> Relationship(
	int userId
)

Parameters

userId
Type: SystemInt32
The user identifier.

Return Value

Type: TaskRelationshipResponse
RelationshipResponse
See Also