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