Link

data class Link(val uuid: UUID, val discordID: String, val linkedAt: Calendar = Calendar.now())(source)

Constructors

Link copied to clipboard
constructor(uuid: UUID, discordID: String, linkedAt: Calendar = Calendar.now())

Properties

Link copied to clipboard
Link copied to clipboard
val linkedAt: Calendar
Link copied to clipboard
val uuid: UUID