mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 01:06:25 +00:00
9 lines
284 B
YAML
9 lines
284 B
YAML
|
|
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"
|