ChannelsSetBoostsToUnblockRestrictions constructor

const ChannelsSetBoostsToUnblockRestrictions({
  1. required InputChannelBase channel,
  2. required int boosts,
})

Channels Set Boosts To Unblock Restrictions constructor.

Implementation

const ChannelsSetBoostsToUnblockRestrictions({
  required this.channel,
  required this.boosts,
}) : super._();