CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.Entities Class Reference

Represents the metadata and additional contextual information about content posted on Twitter. More...

Inheritance diagram for CoreTweet.Entities:
CoreTweet.Core.CoreBase

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)
 

Detailed Description

Represents the metadata and additional contextual information about content posted on Twitter.

Property Documentation

◆ HashTags

HashtagEntity [] CoreTweet.Entities.HashTags
getset

Gets or sets the hashtags which have been parsed out of the Tweet text.

◆ Media

MediaEntity [] CoreTweet.Entities.Media
getset

Gets or sets the media elements uploaded with the Tweet.

◆ Symbols

CashtagEntity [] CoreTweet.Entities.Symbols
getset

Gets or sets the symbols which have been parsed out of the Tweet text.

◆ Urls

UrlEntity [] CoreTweet.Entities.Urls
getset

Gets or sets the URLs included in the text of a Tweet or within textual fields of a user object.

◆ UserMentions

UserMentionEntity [] CoreTweet.Entities.UserMentions
getset

Gets or sets the other Twitter users mentioned in the text of the Tweet.


The documentation for this class was generated from the following file: