TagEventContent

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class Tag(val order: Double? = null)
Link copied to clipboard
@Serializable(with = TagNameSerializer::class)
interface TagName

Properties

Link copied to clipboard
@SerialName(value = "tags")
val tags: Map<TagEventContent.TagName, TagEventContent.Tag>