Constructor: keyboardButtonRequestPoll
A button that allows the user to create and send a poll when pressed; available only in private
Attributes:
Name | Type | Required | Description |
---|---|---|---|
quiz | Bool | Optional | If set, only quiz polls can be sent |
text | string | Yes | Button text |
Type: KeyboardButton
Example:
$keyboardButtonRequestPoll = ['_' => 'keyboardButtonRequestPoll', 'quiz' => Bool, 'text' => 'string'];