copyWith method

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

Implementation

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