AccountToggleNoPaidMessagesException constructor

const AccountToggleNoPaidMessagesException({
  1. required bool refundCharged,
  2. required bool requirePayment,
  3. InputPeerBase? parentPeer,
  4. required InputUserBase userId,
})

Account Toggle No Paid Messages Exception constructor.

Implementation

const AccountToggleNoPaidMessagesException({
  required this.refundCharged,
  required this.requirePayment,
  this.parentPeer,
  required this.userId,
}) : super._();