copyWith method
Implementation
SetSupergroupUnrestrictBoostCount copyWith({
int? supergroupId,
int? unrestrictBoostCount,
}) => SetSupergroupUnrestrictBoostCount(
supergroupId: supergroupId ?? this.supergroupId,
unrestrictBoostCount: unrestrictBoostCount ?? this.unrestrictBoostCount,
);