copyWith method
Implementation
SetChatPinnedStories copyWith({int? chatId, List<int>? storyIds}) =>
SetChatPinnedStories(
chatId: chatId ?? this.chatId,
storyIds: storyIds ?? this.storyIds,
);
SetChatPinnedStories copyWith({int? chatId, List<int>? storyIds}) =>
SetChatPinnedStories(
chatId: chatId ?? this.chatId,
storyIds: storyIds ?? this.storyIds,
);