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
This is based on MSC1767 and maybe included into EventContent in the future.
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 blocks: EventContentBlocks, val eventType: String) : EventContent, RoomEventContent, MessageEventContent, StateEventContent, ToDeviceEventContent, EphemeralEventContent, EphemeralDataUnitContent, GlobalAccountDataEventContent, RoomAccountDataEventContent, ExtensibleEventContent<ExtensibleEventContent.Legacy.None>
Link copied to clipboard