Publish Result
data class PublishResult(val weekNumber: Long, val entries: List<LoreStorage.LoreEntry>, val aiSummary: String?, val alreadyPublished: Boolean)(source)
Result of a news publication operation.
Constructors
Link copied to clipboard
constructor(weekNumber: Long, entries: List<LoreStorage.LoreEntry>, aiSummary: String?, alreadyPublished: Boolean)