PatchedBotCreate constructor

PatchedBotCreate({
  1. int? id,
  2. String? name,
  3. String? clientId,
  4. String? clientSecret,
  5. String? appToken,
  6. String? verificationToken,
  7. ProviderEnum? provider,
  8. Object? config,
})

Returns a new PatchedBotCreate instance.

Implementation

PatchedBotCreate({
  this.id,
  this.name,
  this.clientId,
  this.clientSecret,
  this.appToken,
  this.verificationToken,
  this.provider,
  this.config,
});