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