BotCreate constructor
BotCreate({})
Returns a new BotCreate instance.
Implementation
BotCreate({
required this.id,
required this.name,
required this.clientId,
required this.clientSecret,
required this.appToken,
required this.verificationToken,
required this.provider,
this.config,
});