MmConvertBotToUserRequest constructor

MmConvertBotToUserRequest({
  1. String? email,
  2. String? username,
  3. String? password,
  4. String? firstName,
  5. String? lastName,
  6. String? nickname,
  7. String? locale,
  8. String? position,
  9. Map? props,
  10. MmUserNotifyProps? notifyProps,
})

Returns a new MmConvertBotToUserRequest instance.

Implementation

MmConvertBotToUserRequest({
  this.email,
  this.username,
  this.password,
  this.firstName,
  this.lastName,
  this.nickname,
  this.locale,
  this.position,
  this.props,
  this.notifyProps,
});