This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

see
package Default

 Methods

create()

create(\TgBotApi\BotApiBase\Type\Poll\string $type) 
Static

Parameters

$type

 Properties

 

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode.

$type : string

Default

If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.