RoomAliasesContent

@JsonClass(generateAdapter = true)
data class RoomAliasesContent(@Json(name = "aliases") val aliases: List<String> = emptyList())

Class representing the EventType.STATE_ROOM_ALIASES state event content Note that this Event has been deprecated, see

  • https://matrix.org/docs/spec/client_server/r0.6.1#historical-events

  • https://github.com/matrix-org/matrix-doc/pull/2432

Constructors

Link copied to clipboard
fun RoomAliasesContent(@Json(name = "aliases") aliases: List<String> = emptyList())

Properties

Link copied to clipboard
val aliases: List<String>