ThreadDeletionStatus

data class ThreadDeletionStatus(val id: String, val deleted: Boolean)

Represents the status of a thread deletion request.

Constructors

Link copied to clipboard
constructor(id: String, deleted: Boolean)

Properties

Link copied to clipboard

Whether the thread was deleted

Link copied to clipboard
val id: String

The id of the thread that was deleted