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