ChatHistory

data class ChatHistory(val selectedChatUrls: Set<String>) : FireDialogProvider.FireDialogOrigin

Chat history screen — bulk-delete confirmation. Scopes the clear to selectedChatUrls. An empty set is a valid no-op shape; the dialog still renders but the destructive action does nothing.

Constructors

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

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard

The chat URLs to clear on confirm. Title count ("Delete N chats?") is derived from this set's size.