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

Properties

string[] MediaKeys [get, set]
 List of unique identifiers of media attached to this Tweet. These identifiers use the same media key format as those returned by the Media Library. You can obtain the expanded object in TweetResponseIncludes.Media by adding TweetExpansions.AttachmentsMediaKeys in the request's query parameter. More...
 
long[] PollIds [get, set]
 List of unique identifiers of polls present in the Tweets returned. You can obtain the expanded object in TweetResponseIncludes.Polls by adding TweetExpansions.AttachmentsPollIds in the request's query parameter. 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

◆ MediaKeys

string [] CoreTweet.V2.TweetAttachments.MediaKeys
getset

List of unique identifiers of media attached to this Tweet. These identifiers use the same media key format as those returned by the Media Library. You can obtain the expanded object in TweetResponseIncludes.Media by adding TweetExpansions.AttachmentsMediaKeys in the request's query parameter.

◆ PollIds

long [] CoreTweet.V2.TweetAttachments.PollIds
getset

List of unique identifiers of polls present in the Tweets returned. You can obtain the expanded object in TweetResponseIncludes.Polls by adding TweetExpansions.AttachmentsPollIds in the request's query parameter.


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