ForumEmoticon

@Serializable
data class ForumEmoticon(val name: String, val url: String)(source)

An emoticon in the forums.

Constructors

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

Properties

Link copied to clipboard

The name of the emoticon.

Link copied to clipboard
val url: String

The URL of the emoticon.