ApplicationResponseBot constructor

const ApplicationResponseBot({
  1. required String id,
  2. required String username,
  3. required String discriminator,
  4. required String? bio,
  5. required BotFlags flags,
  6. String? avatar,
  7. String? banner,
  8. String? token,
  9. bool? mfaEnabled,
  10. List<AuthenticatorType>? authenticatorTypes,
})

Implementation

const ApplicationResponseBot({
  required this.id,
  required this.username,
  required this.discriminator,
  required this.bio,
  required this.flags,
  this.avatar,
  this.banner,
  this.token,
  this.mfaEnabled,
  this.authenticatorTypes,
});