![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents the metadata and additional contextual information about content posted on Twitter. More...
Properties | |
| HashtagEntity[] | HashTags [get, set] |
| Gets or sets the hashtags which have been parsed out of the Tweet text. More... | |
| MediaEntity[] | Media [get, set] |
| Gets or sets the media elements uploaded with the Tweet. More... | |
| UrlEntity[] | Urls [get, set] |
| Gets or sets the URLs included in the text of a Tweet or within textual fields of a user object. More... | |
| UserMentionEntity[] | UserMentions [get, set] |
| Gets or sets the other Twitter users mentioned in the text of the Tweet. More... | |
| CashtagEntity[] | Symbols [get, set] |
| Gets or sets the symbols which have been parsed out of the Tweet text. 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) |
Represents the metadata and additional contextual information about content posted on Twitter.
|
getset |
Gets or sets the hashtags which have been parsed out of the Tweet text.
|
getset |
Gets or sets the media elements uploaded with the Tweet.
|
getset |
Gets or sets the symbols which have been parsed out of the Tweet text.
|
getset |
Gets or sets the URLs included in the text of a Tweet or within textual fields of a user object.
|
getset |
Gets or sets the other Twitter users mentioned in the text of the Tweet.
1.8.17