Delete

data class Delete(val id: String, val domain: String) : Event.Federation

Constructors

Link copied to clipboard
constructor(id: String, domain: String)

Properties

Link copied to clipboard
val domain: String
Link copied to clipboard
open override val id: String

The ID of the event. As of Jan 2024, the ID used by the backend is not guaranteed to be unique, so comparing the full object might be necessary.

Functions

Link copied to clipboard
open override fun toLogMap(): Map<String, Any?>
Link copied to clipboard
open fun toLogString(): String