GuildMembership

@Serializable
data class GuildMembership(val name: String, val rank: String) : BaseGuild(source)

The guild a Character belongs to.

Constructors

Link copied to clipboard
constructor(name: String, rank: String)

Properties

Link copied to clipboard
open override val name: String

The name of the guild.

Link copied to clipboard

The name of the rank the character holds in the guild.

Link copied to clipboard
open val url: String

The URL to the guild's page on Tibia.com