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