KeyboardButtonRequestUsers constructor

const KeyboardButtonRequestUsers({
  1. required int requestId,
  2. bool? userIsBot,
  3. bool? userIsPremium,
  4. int? maxQuantity,
  5. bool? requestName,
  6. bool? requestUsername,
  7. bool? requestPhoto,
})

Creates a new KeyboardButtonRequestUsers object

Implementation

const KeyboardButtonRequestUsers({
  required this.requestId,
  this.userIsBot,
  this.userIsPremium,
  this.maxQuantity,
  this.requestName,
  this.requestUsername,
  this.requestPhoto,
});