telegram.KeyboardButtonPollType

class telegram.KeyboardButtonPollType(type=None)

Bases: telegram.base.TelegramObject

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

type

Optional. If telegram.Poll.QUIZ is passed, the user will be allowed to create only polls in the quiz mode. If telegram.Poll.REGULAR is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.

Type:str