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