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