Room Aliases Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
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())
Content copied to clipboard