ApplicationResponseBot constructor
const
ApplicationResponseBot({})
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,
});