Package-level declarations
Types
Link copied to clipboard
A client event with a specific type given by the generic parameter C.
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Content of a matrix message event
Link copied to clipboard
Link copied to clipboard
data class RedactedEventContent(val eventType: String) : RoomEventContent, MessageEventContent, StateEventContent
Link copied to clipboard
Link copied to clipboard
Content of a matrix room event
Link copied to clipboard
Content of a matrix state event
Link copied to clipboard
Link copied to clipboard
data class UnknownEphemeralDataUnitContent(val raw: JsonObject, val eventType: String) : EphemeralDataUnitContent
Link copied to clipboard
data class UnknownEventContent(val raw: JsonObject, val eventType: String) : EventContent, RoomEventContent, MessageEventContent, StateEventContent, ToDeviceEventContent, EphemeralEventContent, EphemeralDataUnitContent, GlobalAccountDataEventContent, RoomAccountDataEventContent
Link copied to clipboard