mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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.
This commit is contained in:
parent
eeafe4696c
commit
5d9456e77a
5 changed files with 32 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Here is list of all available enums:
|
|||
encrypted_passport_element
|
||||
inline_query_result_type
|
||||
input_media_type
|
||||
keyboard_button_poll_type_type
|
||||
mask_position_point
|
||||
menu_button_type
|
||||
message_entity_type
|
||||
|
|
|
|||
9
docs/api/enums/keyboard_button_poll_type_type.rst
Normal file
9
docs/api/enums/keyboard_button_poll_type_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########################
|
||||
KeyboardButtonPollTypeType
|
||||
##########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.keyboard_button_poll_type_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue