KeyboardButtonRequestChat constructor

KeyboardButtonRequestChat({
  1. required int requestId,
  2. required bool chatIsChannel,
  3. bool? charIsForum,
  4. bool? chatHasUsername,
  5. bool? chatIsCreated,
  6. ChatAdministratorRights? userAdministratorRights,
  7. ChatAdministratorRights? botAdministratorRights,
  8. bool? botIsMember,
})

Implementation

KeyboardButtonRequestChat({
  required this.requestId,
  required this.chatIsChannel,
  this.charIsForum,
  this.chatHasUsername,
  this.chatIsCreated,
  this.userAdministratorRights,
  this.botAdministratorRights,
  this.botIsMember,
});