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