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

Contains details about text recognized as a URL. More...

Inheritance diagram for CoreTweet.V2.UrlEntity:
CoreTweet.V2.Entity CoreTweet.Core.CoreBase

Properties

string Url [get, set]
 The URL in the format tweeted by the user. More...
 
string ExpandedUrl [get, set]
 The fully resolved URL. More...
 
string DisplayUrl [get, set]
 The URL as displayed in the Twitter client. More...
 
UrlEntityImage[] Images [get, set]
 
int? Status [get, set]
 
string Title [get, set]
 
string Description [get, set]
 
string UnwoundUrl [get, set]
 The full destination URL. 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)
 

Detailed Description

Contains details about text recognized as a URL.

Property Documentation

◆ Description

string CoreTweet.V2.UrlEntity.Description
getset

Undocumented property. (availables on OGP only)

◆ DisplayUrl

string CoreTweet.V2.UrlEntity.DisplayUrl
getset

The URL as displayed in the Twitter client.

◆ ExpandedUrl

string CoreTweet.V2.UrlEntity.ExpandedUrl
getset

The fully resolved URL.

◆ Images

UrlEntityImage [] CoreTweet.V2.UrlEntity.Images
getset

Undocumented property. (availables on OGP only)

◆ Status

int? CoreTweet.V2.UrlEntity.Status
getset

Undocumented property. (availables on OGP only)

◆ Title

string CoreTweet.V2.UrlEntity.Title
getset

Undocumented property. (availables on OGP only)

◆ UnwoundUrl

string CoreTweet.V2.UrlEntity.UnwoundUrl
getset

The full destination URL.

◆ Url

string CoreTweet.V2.UrlEntity.Url
getset

The URL in the format tweeted by the user.


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