aiogram/.butcher/enums/KeyboardButtonPollTypeType.yml

9 lines
284 B
YAML
Raw Normal View History

name: KeyboardButtonPollTypeType
description: |
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
static:
QUIZ: "quiz"
REGULAR: "regular"