BotProfileResponse constructor
const
BotProfileResponse({})
Implementation
const BotProfileResponse({
required this.id,
required this.username,
required this.discriminator,
required this.avatar,
required this.banner,
required this.bio,
required this.flags,
});