copyWith method
Implementation
SetSupergroupMainProfileTab copyWith({
int? supergroupId,
ProfileTab? mainProfileTab,
}) => SetSupergroupMainProfileTab(
supergroupId: supergroupId ?? this.supergroupId,
mainProfileTab: mainProfileTab ?? this.mainProfileTab,
);