Mute

@Immutable
data class Mute(val user: User, val target: User, val createdAt: Date, val updatedAt: Date, val expires: Date?)

Constructors

Link copied to clipboard
constructor(user: User, target: User, createdAt: Date, updatedAt: Date, expires: Date?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User