Selected

data class Selected(val chatUrls: Set<String>) : ClearableData.DuckChats

A known set of Duck.ai chats, identified by their full chat URLs. setOf(oneUrl) is the single-chat case; emptySet() is a valid no-op.

Constructors

Link copied to clipboard
constructor(chatUrls: Set<String>)

Properties

Link copied to clipboard