Represents a frienship.
More...
|
| long | Id [get, set] |
| | Gets or sets the ID of the user. More...
|
| |
| string | ScreenName [get, set] |
| | Gets or sets the screen name of the user. More...
|
| |
| bool | IsFollowing [get, set] |
| | Gets or sets a value that determines if you are following the user. More...
|
| |
| bool | IsFollowedBy [get, set] |
| | Gets or sets a value that determines if the user is following you. More...
|
| |
| bool? | IsFollowingReceived [get, set] |
| | Gets or sets a value indicating whether the user has received a follower request from the other. More...
|
| |
| bool? | IsFollowingRequested [get, set] |
| | Gets or sets a value indicating whether the user has sent a follower request to the other. More...
|
| |
◆ Id
| long CoreTweet.RelationshipTarget.Id |
|
getset |
Gets or sets the ID of the user.
◆ IsFollowedBy
| bool CoreTweet.RelationshipTarget.IsFollowedBy |
|
getset |
Gets or sets a value that determines if the user is following you.
◆ IsFollowing
| bool CoreTweet.RelationshipTarget.IsFollowing |
|
getset |
Gets or sets a value that determines if you are following the user.
◆ IsFollowingReceived
| bool? CoreTweet.RelationshipTarget.IsFollowingReceived |
|
getset |
Gets or sets a value indicating whether the user has received a follower request from the other.
◆ IsFollowingRequested
| bool? CoreTweet.RelationshipTarget.IsFollowingRequested |
|
getset |
Gets or sets a value indicating whether the user has sent a follower request to the other.
◆ ScreenName
| string CoreTweet.RelationshipTarget.ScreenName |
|
getset |
Gets or sets the screen name of the user.
The documentation for this class was generated from the following file: