SetSupergroupUnrestrictBoostCount constructor

SetSupergroupUnrestrictBoostCount({
  1. required int supergroupId,
  2. required int unrestrictBoostCount,
})

Implementation

SetSupergroupUnrestrictBoostCount({
  required this.supergroupId,
  required this.unrestrictBoostCount,
});