OpenStory copyWith({int? storyPosterChatId, int? storyId}) => OpenStory( storyPosterChatId: storyPosterChatId ?? this.storyPosterChatId, storyId: storyId ?? this.storyId, );