mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 01:06:25 +00:00
Add KeyboardButtonPollTypeType enum (#1398)
* Add KeyboardButtonPollTypeType enum A new enum, KeyboardButtonPollType, has been added and documented. This enum holds types of polls that can be created and sent when the corresponding button is pressed. It is now imported and included in the aiogram enums documentation. * Added changelog
This commit is contained in:
parent
eeafe4696c
commit
d3c63797b0
6 changed files with 33 additions and 0 deletions
8
.butcher/enums/KeyboardButtonPollTypeType.yml
Normal file
8
.butcher/enums/KeyboardButtonPollTypeType.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue