![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents an entity object in the content posted on Twitter. This is an abstract
class.
More...
Properties | |
int[] | Indices [get, set] |
Additional Inherited Members | |
![]() | |
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) |
Represents an entity object in the content posted on Twitter. This is an abstract
class.
|
getset |
Gets or sets an array of integers indicating the offsets within the Tweet text where the URL begins and ends.
The first integer represents the location of the first character of the URL in the Tweet text.
The second integer represents the location of the first non-URL character occurring after the URL (or the end of the string if the URL is the last part of the Tweet text).