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