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

Represents an oEmbed representation of a Tweet. More...

Inheritance diagram for CoreTweet.Embed:
CoreTweet.Core.CoreBase CoreTweet.Core.ITwitterResponse

Properties

string Html [get, set]
 Gets or sets the HTML code that can be embedded. More...
 
string AuthorName [get, set]
 Gets or sets the name of the author. More...
 
string AuthorUrl [get, set]
 Gets or sets the URL of the author. More...
 
string ProviderUrl [get, set]
 Gets or sets the URL of the provider. More...
 
string ProviderName [get, set]
 Gets or sets the name of the provider. More...
 
string Url [get, set]
 Gets or sets the URL. More...
 
string Version [get, set]
 Gets or sets the version. More...
 
string Type [get, set]
 Gets or sets the type. More...
 
int? Height [get, set]
 Gets or sets the height of the embed object. More...
 
int? Width [get, set]
 Gets or sets the width of the embed object. More...
 
string CacheAge [get, set]
 Gets or sets the age of the cache. More...
 
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 
- Properties inherited from CoreTweet.Core.ITwitterResponse
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. 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 an oEmbed representation of a Tweet.

Property Documentation

◆ AuthorName

string CoreTweet.Embed.AuthorName
getset

Gets or sets the name of the author.

◆ AuthorUrl

string CoreTweet.Embed.AuthorUrl
getset

Gets or sets the URL of the author.

◆ CacheAge

string CoreTweet.Embed.CacheAge
getset

Gets or sets the age of the cache.

◆ Height

int? CoreTweet.Embed.Height
getset

Gets or sets the height of the embed object.

◆ Html

string CoreTweet.Embed.Html
getset

Gets or sets the HTML code that can be embedded.

◆ Json

string CoreTweet.Embed.Json
getset

Gets or sets the JSON of the response.

◆ ProviderName

string CoreTweet.Embed.ProviderName
getset

Gets or sets the name of the provider.

◆ ProviderUrl

string CoreTweet.Embed.ProviderUrl
getset

Gets or sets the URL of the provider.

◆ RateLimit

RateLimit CoreTweet.Embed.RateLimit
getset

Gets or sets the rate limit of the response.

This property will always be null when obtained from (most of) the POST endpoints, unless the rate is explicitly stated in the Twitter official documentation.

◆ Type

string CoreTweet.Embed.Type
getset

Gets or sets the type.

◆ Url

string CoreTweet.Embed.Url
getset

Gets or sets the URL.

◆ Version

string CoreTweet.Embed.Version
getset

Gets or sets the version.

◆ Width

int? CoreTweet.Embed.Width
getset

Gets or sets the width of the embed object.


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