toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
TagEventContent
Tag
Event
Content
@
Serializable
data
class
TagEventContent
(
val
tags
:
Map
<
TagEventContent.TagName
,
TagEventContent.Tag
>
)
:
RoomAccountDataEventContent
See also
matrix spec
Members
Constructors
Tag
Event
Content
Link copied to clipboard
constructor
(
tags
:
Map
<
TagEventContent.TagName
,
TagEventContent.Tag
>
)
Types
Tag
Link copied to clipboard
@
Serializable
data
class
Tag
(
val
order
:
Double
?
=
null
)
Tag
Name
Link copied to clipboard
@
Serializable
(
with
=
TagNameSerializer::class
)
interface
TagName
Properties
tags
Link copied to clipboard
@
SerialName
(
value
=
"tags"
)
val
tags
:
Map
<
TagEventContent.TagName
,
TagEventContent.Tag
>