KeyboardButtonRequestPeer constructor

const KeyboardButtonRequestPeer({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
  3. required int buttonId,
  4. required RequestPeerTypeBase peerType,
  5. required int maxQuantity,
})

Keyboard Button Request Peer constructor.

Implementation

const KeyboardButtonRequestPeer({
  this.style,
  required this.text,
  required this.buttonId,
  required this.peerType,
  required this.maxQuantity,
}) : super._();