KeyboardButtonTypeRequestPoll constructor

KeyboardButtonTypeRequestPoll({
  1. required bool forceRegular,
  2. required bool forceQuiz,
})

Implementation

KeyboardButtonTypeRequestPoll({
  required this.forceRegular,
  required this.forceQuiz,
});