GuildMembershipWithTitle

@Serializable
data class GuildMembershipWithTitle(val name: String, val rank: String, val title: String?) : BaseGuild(source)

The guild a Character belongs to.

Constructors

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

Properties

Link copied to clipboard
open override val name: String

The name of the guild.

Link copied to clipboard

The name of the guild rank.

Link copied to clipboard

A customizable title the character might have received in the guild.

Link copied to clipboard
open val url: String

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