KeyboardButtonTypeRequestPoll constructor
A button that allows the user to create and send a poll when pressed; available only in private chats
Implementation
const KeyboardButtonTypeRequestPoll({
required this.forceRegular,
required this.forceQuiz,
});