telegram.KeyboardButtonPollType
- class telegram.KeyboardButtonPollType(type=None, **_kwargs)
Bases:
telegram.base.TelegramObjectThis object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
typeis equal.- type
Optional. If
telegram.Poll.QUIZis passed, the user will be allowed to create only polls in the quiz mode. Iftelegram.Poll.REGULARis passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.- Type
str