CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Properties | |
long | Id [get, set] |
Unique identifiers of the expanded poll. More... | |
PollOption[] | Options [get, set] |
Contains objects describing each choice in the referenced poll. More... | |
PollVotingStatus | VotingStatus [get, set] |
Indicates if this poll is still active and can receive votes, or if the voting is now closed. More... | |
DateTimeOffset | EndDatetime [get, set] |
Specifies the end date and time for this poll. More... | |
int | DurationMinutes [get, set] |
Specifies the total duration of this poll. 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 |
Specifies the total duration of this poll.
|
getset |
Specifies the end date and time for this poll.
|
getset |
Unique identifiers of the expanded poll.
|
getset |
Contains objects describing each choice in the referenced poll.
|
getset |
Indicates if this poll is still active and can receive votes, or if the voting is now closed.