TibiaKt
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.section.forum.shared.model
/
ForumEmoticon
Forum
Emoticon
@
Serializable
data
class
ForumEmoticon
(
val
name
:
String
,
val
url
:
String
)
(
source
)
An emoticon in the forums.
Members
Constructors
Forum
Emoticon
Link copied to clipboard
constructor
(
name
:
String
,
url
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the emoticon.
url
Link copied to clipboard
val
url
:
String
The URL of the emoticon.