DeleteEvent

data class DeleteEvent(val statusId: String) : StreamingEvent

The status with the given statusId has been deleted.

Constructors

Link copied to clipboard
constructor(statusId: String)

Properties

Link copied to clipboard