CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
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) |
|
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.
|
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.