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

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)
 

Property Documentation

◆ DurationMinutes

int CoreTweet.V2.Poll.DurationMinutes
getset

Specifies the total duration of this poll.

◆ EndDatetime

DateTimeOffset CoreTweet.V2.Poll.EndDatetime
getset

Specifies the end date and time for this poll.

◆ Id

long CoreTweet.V2.Poll.Id
getset

Unique identifiers of the expanded poll.

◆ Options

PollOption [] CoreTweet.V2.Poll.Options
getset

Contains objects describing each choice in the referenced poll.

◆ VotingStatus

PollVotingStatus CoreTweet.V2.Poll.VotingStatus
getset

Indicates if this poll is still active and can receive votes, or if the voting is now closed.


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