KeyboardButtonPollType constructor

KeyboardButtonPollType({
  1. String? type,
})

Implementation

KeyboardButtonPollType({
  this.type,
});