Represents a media object that contains the URLs, sizes and type of the media.
More...
|
| long | Id [get, set] |
| | Gets or sets the ID of the media expressed as a 64-bit integer. More...
|
| |
| AdditionalMediaInfo | AdditionalMediaInfo [get, set] |
| | Gets or sets the additional media info provided by the publisher. More...
|
| |
| string | ExtAltText [get, set] |
| | Gets or sets the alt text. More...
|
| |
| string | MediaUrl [get, set] |
| | Gets or sets the URL pointing directly to the uploaded media file. More...
|
| |
| string | MediaUrlHttps [get, set] |
| | Gets or sets the URL pointing directly to the uploaded media file, for embedding on https pages. More...
|
| |
| MediaSizes | Sizes [get, set] |
| | Gets or sets the object showing available sizes for the media file. More...
|
| |
| long? | SourceStatusId [get, set] |
| |
| string | Type [get, set] |
| | Gets or sets the type of uploaded media. More...
|
| |
| VideoInfo | VideoInfo [get, set] |
| | Gets or sets the information of the uploaded video or animated GIF. More...
|
| |
Represents a media object that contains the URLs, sizes and type of the media.
◆ ToString()
| override string CoreTweet.MediaEntity.ToString |
( |
| ) |
|
|
inline |
Returns the ID of this instance.
- Returns
- The ID of this instance.
◆ AdditionalMediaInfo
Gets or sets the additional media info provided by the publisher.
◆ ExtAltText
| string CoreTweet.MediaEntity.ExtAltText |
|
getset |
Gets or sets the alt text.
◆ Id
| long CoreTweet.MediaEntity.Id |
|
getset |
Gets or sets the ID of the media expressed as a 64-bit integer.
◆ MediaUrl
| string CoreTweet.MediaEntity.MediaUrl |
|
getset |
Gets or sets the URL pointing directly to the uploaded media file.
◆ MediaUrlHttps
| string CoreTweet.MediaEntity.MediaUrlHttps |
|
getset |
Gets or sets the URL pointing directly to the uploaded media file, for embedding on https pages.
◆ Sizes
Gets or sets the object showing available sizes for the media file.
◆ SourceStatusId
| long? CoreTweet.MediaEntity.SourceStatusId |
|
getset |
Gets or sets the ID points to the original Tweet.
(Only for Tweets containing media that was originally associated with a different tweet.)
◆ Type
| string CoreTweet.MediaEntity.Type |
|
getset |
Gets or sets the type of uploaded media.
◆ VideoInfo
Gets or sets the information of the uploaded video or animated GIF.
The documentation for this class was generated from the following file: