KeyboardButtonPollTypeType¶
- class aiogram.enums.keyboard_button_poll_type_type.KeyboardButtonPollTypeType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Source: https://core.telegram.org/bots/api#keyboardbuttonpolltype
- QUIZ = 'quiz'¶
- REGULAR = 'regular'¶