copyWith method
Implementation
DeleteDirectMessagesChatTopicHistory copyWith({int? chatId, int? topicId}) =>
DeleteDirectMessagesChatTopicHistory(
chatId: chatId ?? this.chatId,
topicId: topicId ?? this.topicId,
);
DeleteDirectMessagesChatTopicHistory copyWith({int? chatId, int? topicId}) =>
DeleteDirectMessagesChatTopicHistory(
chatId: chatId ?? this.chatId,
topicId: topicId ?? this.topicId,
);