copyWith method
Implementation
UpdateSupergroup copyWith({Supergroup? supergroup}) =>
UpdateSupergroup(supergroup: supergroup ?? this.supergroup);
UpdateSupergroup copyWith({Supergroup? supergroup}) =>
UpdateSupergroup(supergroup: supergroup ?? this.supergroup);