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