UnavailableForumAuthor

@Serializable
@SerialName(value = "unavailableForumAuthor")
data class UnavailableForumAuthor(val name: String, val isDeleted: Boolean, val isTraded: Boolean) : BaseForumAuthor(source)

A forum author that is no longer available due to being deleted or having been traded.

If the author isTraded, it means that the post was made by the account that owned the character before.

Constructors

Link copied to clipboard
constructor(name: String, isDeleted: Boolean, isTraded: Boolean)

Properties

Link copied to clipboard

The character is deleted.

Link copied to clipboard

The author character was traded after this post was made.

Link copied to clipboard
open override val name: String

The name of the character that created the forum entry.