Represents an oEmbed representation of a Tweet.
More...
|
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...
|
|
Represents an oEmbed representation of a Tweet.
◆ 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
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 |
◆ Url
string CoreTweet.Embed.Url |
|
getset |
◆ 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: