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