Class PollType This object contains information about a poll.

see
package Default

 Properties

 

True, if the poll allows multiple answers.

$allowsMultipleAnswers : boolean | null

Default

 

Optional. Point in time (Unix timestamp) when the poll will be automatically closed.

$closeDate : \DateTimeInterface | null

Default

 

Optional. 0-based identifier of the correct answer option.

$correctOptionId : integer | null

Default

Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.

 

Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters.

$explanation : string | null

Default

 

Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation.

$explanationEntities : \TgBotApi\BotApiBase\Type\MessageEntityType | null

Default

 

Unique poll identifier.

$id : string

Default

 

True, if the poll is anonymous.

$isAnonymous : boolean | null

Default

 

True, if the poll is closed.

$isClosed : boolean | null

Default

 

Optional. Amount of time in seconds the poll will be active after creation.

$openPeriod : integer | null

Default

 

List of poll options.

$options : array<mixed,\TgBotApi\BotApiBase\Type\PollOptionType>

Default

 

Poll question, 1-300 characters.

$question : string

Default

 

Total number of users that voted in the poll.

$totalVoterCount : integer

Default

 

Poll type, currently can be “regular” or “quiz”.

$type : string

Default