ChannelsSetBoostsToUnblockRestrictions constructor
const
ChannelsSetBoostsToUnblockRestrictions({
- required InputChannelBase channel,
- required int boosts,
Channels Set Boosts To Unblock Restrictions constructor.
Implementation
const ChannelsSetBoostsToUnblockRestrictions({
required this.channel,
required this.boosts,
}) : super._();