Represents a mention object that contains the user information.
More...
|
long? | Id [get, set] |
| Nullable. Gets or sets the ID of the mentioned user. More...
|
|
string | Name [get, set] |
| Gets or sets display name of the referenced user. More...
|
|
string | ScreenName [get, set] |
| Gets or sets screen name of the referenced user. More...
|
|
Represents a mention object that contains the user information.
◆ ToString()
override string CoreTweet.UserMentionEntity.ToString |
( |
| ) |
|
|
inline |
Returns the ID of this instance.
- Returns
- The ID of this instance.
◆ Id
long? CoreTweet.UserMentionEntity.Id |
|
getset |
Nullable. Gets or sets the ID of the mentioned user.
◆ Name
string CoreTweet.UserMentionEntity.Name |
|
getset |
Gets or sets display name of the referenced user.
◆ ScreenName
string CoreTweet.UserMentionEntity.ScreenName |
|
getset |
Gets or sets screen name of the referenced user.
The documentation for this class was generated from the following file: