KeyboardButtonRequestUser constructor

KeyboardButtonRequestUser({
  1. required int requestId,
  2. bool? userIsBot,
  3. bool? userIsPremium,
})

Implementation

KeyboardButtonRequestUser({
  required this.requestId,
  this.userIsBot,
  this.userIsPremium,
});