copyWith method

DisableAllSupergroupUsernames copyWith({
  1. int? supergroupId,
})

Implementation

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