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