TournamentForumAuthor

@SerialName(value = "tournamentForumAuthor")
@Serializable
data class TournamentForumAuthor(val name: String, val posts: Int) : BaseForumAuthor, BaseCharacter(source)

An author from a tournament world.

Constructors

Link copied to clipboard
constructor(name: String, posts: Int)

Properties

Link copied to clipboard
open override val name: String

The name of the character that created the forum entry.

Link copied to clipboard
val posts: Int

The total number of posts by this author.

Link copied to clipboard
open val url: String

The URL to the character's information page.