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