copyWith method

UpdateSupergroup copyWith({
  1. Supergroup? supergroup,
})

Implementation

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