CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.Media Class Reference
Inheritance diagram for CoreTweet.V2.Media:
CoreTweet.Core.CoreBase

Properties

string MediaKey [get, set]
 Unique identifiers for this expanded media content. This is returned using the same media key format as returned by the Media Library. More...
 
int Height [get, set]
 Height of this content in pixels. More...
 
MediaNonPublicMetrics NonPublicMetrics [get, set]
 Non-public engagement metrics for the media content at the time of the request. Requires user context authentication. More...
 
MediaGroupingMetrics OrganicMetrics [get, set]
 Engagement metrics for the media content, tracked in an organic context, at the time of the request. Requires user context authentication. More...
 
string PreviewImageUrl [get, set]
 URL to the static placeholder preview of this content. More...
 
MediaGroupingMetrics PromotedMetrics [get, set]
 Engagement metrics for the media content, tracked in a promoted context, at the time of the request. Requires user context authentication. More...
 
MediaPublicMetrics PublicMetrics [get, set]
 Non-public engagement metrics for the media content at the time of the request. Requires user context authentication. More...
 
int Width [get, set]
 Width of this content in pixels. More...
 
int? DurationMs [get, set]
 Available when Media.Type is MediaType.Video. Duration in milliseconds of the video. More...
 
MediaType Type [get, set]
 Type of content. More...
 
string Url [get, set]
 Undocumented property. 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)
 

Property Documentation

◆ DurationMs

int? CoreTweet.V2.Media.DurationMs
getset

Available when Media.Type is MediaType.Video. Duration in milliseconds of the video.

◆ Height

int CoreTweet.V2.Media.Height
getset

Height of this content in pixels.

◆ MediaKey

string CoreTweet.V2.Media.MediaKey
getset

Unique identifiers for this expanded media content. This is returned using the same media key format as returned by the Media Library.

◆ NonPublicMetrics

MediaNonPublicMetrics CoreTweet.V2.Media.NonPublicMetrics
getset

Non-public engagement metrics for the media content at the time of the request. Requires user context authentication.

◆ OrganicMetrics

MediaGroupingMetrics CoreTweet.V2.Media.OrganicMetrics
getset

Engagement metrics for the media content, tracked in an organic context, at the time of the request. Requires user context authentication.

◆ PreviewImageUrl

string CoreTweet.V2.Media.PreviewImageUrl
getset

URL to the static placeholder preview of this content.

◆ PromotedMetrics

MediaGroupingMetrics CoreTweet.V2.Media.PromotedMetrics
getset

Engagement metrics for the media content, tracked in a promoted context, at the time of the request. Requires user context authentication.

◆ PublicMetrics

MediaPublicMetrics CoreTweet.V2.Media.PublicMetrics
getset

Non-public engagement metrics for the media content at the time of the request. Requires user context authentication.

◆ Type

MediaType CoreTweet.V2.Media.Type
getset

Type of content.

◆ Url

string CoreTweet.V2.Media.Url
getset

Undocumented property.

◆ Width

int CoreTweet.V2.Media.Width
getset

Width of this content in pixels.


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