BotsSetCustomVerification constructor

const BotsSetCustomVerification({
  1. required bool enabled,
  2. InputUserBase? bot,
  3. required InputPeerBase peer,
  4. String? customDescription,
})

Bots Set Custom Verification constructor.

Implementation

const BotsSetCustomVerification({
  required this.enabled,
  this.bot,
  required this.peer,
  this.customDescription,
}) : super._();