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