StoredNotification
A locally stored notification. It can either be a Message or a State.
It has a unique id. For Message it is calculated from Message.roomId and Message.eventId, for State from State.roomId, State.type and State.stateKey.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "message")