PremiumGetUserBoosts constructor

const PremiumGetUserBoosts({
  1. required InputPeerBase peer,
  2. required InputUserBase userId,
})

Premium Get User Boosts constructor.

Implementation

const PremiumGetUserBoosts({required this.peer, required this.userId})
    : super._();