BotsSetCustomVerification constructor
const
BotsSetCustomVerification({
- required bool enabled,
- InputUserBase? bot,
- required InputPeerBase peer,
- String? customDescription,
Bots Set Custom Verification constructor.
Implementation
const BotsSetCustomVerification({
required this.enabled,
this.bot,
required this.peer,
this.customDescription,
}) : super._();