ForumAuthor

@SerialName(value = "forumAuthor")
@Serializable
data class ForumAuthor(val name: String, val level: Int, val world: String, val position: String?, val title: String?, val vocation: Vocation, val guild: GuildMembershipWithTitle?, val posts: Int, val isRecentlyTraded: Boolean) : BaseForumAuthor, BaseCharacter, CharacterLevel(source)

The author of a forum post or thread.

If the character isRecentlyTraded, it means that the character was traded in the last 30 days, but the post was made by the new owner.

Constructors

Link copied to clipboard
constructor(name: String, level: Int, world: String, position: String?, title: String?, vocation: Vocation, guild: GuildMembershipWithTitle?, posts: Int, isRecentlyTraded: Boolean)

Properties

Link copied to clipboard

The guild of the character, if any.

Link copied to clipboard

The character was traded in the last 30 days.

Link copied to clipboard
open override val level: Int

The level of the author.

Link copied to clipboard
open override val name: String

The name of the author.

Link copied to clipboard

The official position of the author, if any.

Link copied to clipboard
val posts: Int

The total number of posts by this author.

Link copied to clipboard

The party shared experience range of the character.

Link copied to clipboard

The selected title of the character, if any.

Link copied to clipboard
open val url: String

The URL to the character's information page.

Link copied to clipboard

The vocation of the character.

Link copied to clipboard

The current world of the author.