CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Contains details about text recognized as a user mention. More...
Properties | |
string | Username [get, set] |
The part of text recognized as a user mention. More... | |
Properties inherited from CoreTweet.V2.Entity | |
int | Start [get, set] |
The start position (zero-based) of the recognized entity within the Tweet. More... | |
int | End [get, set] |
The end position (zero-based) of the recognized entity within the Tweet. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CoreTweet.Core.CoreBase | |
static T | Convert< T > (string json, string jsonPath="") |
Converts the JSON to a twitter object of the specified type. More... | |
static List< T > | ConvertArray< T > (string json, string jsonPath) |
Contains details about text recognized as a user mention.
|
getset |
The part of text recognized as a user mention.