| RelationshipsRelationship Method (Int32) |
Get information about a relationship to another user.
Requires Authentication: True
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<RelationshipResponse> Relationship(
int userId
)
Public Function Relationship (
userId As Integer
) As Task(Of RelationshipResponse)
public:
Task<RelationshipResponse^>^ Relationship(
int userId
)
member Relationship :
userId : int -> Task<RelationshipResponse>
Parameters
- userId
- Type: SystemInt32
The user identifier.
Return Value
Type:
TaskRelationshipResponseRelationshipResponse
See Also