OpenStory copyWith({ int? storySenderChatId, int? storyId, }) => OpenStory( storySenderChatId: storySenderChatId ?? this.storySenderChatId, storyId: storyId ?? this.storyId, );