GuildInvite

@Serializable
data class GuildInvite(val name: String, val invitedOn: LocalDate) : BaseCharacter(source)

A character invited to a Guild.

Constructors

Link copied to clipboard
constructor(name: String, invitedOn: LocalDate)

Properties

Link copied to clipboard

The date when the character was invited.

Link copied to clipboard
open override val name: String

The name of the character.

Link copied to clipboard
open val url: String

The URL to the character's information page.