PremiumApplyBoost constructor

const PremiumApplyBoost({
  1. List<int>? slots,
  2. required InputPeerBase peer,
})

Premium Apply Boost constructor.

Implementation

const PremiumApplyBoost({
  this.slots,
  required this.peer,
}) : super._();