KeyboardButtonRequestPoll constructor

const KeyboardButtonRequestPoll({
  1. KeyboardButtonStyleBase? style,
  2. bool? quiz,
  3. required String text,
})

Keyboard Button Request Poll constructor.

Implementation

const KeyboardButtonRequestPoll({this.style, this.quiz, required this.text})
    : super._();