Notification

@Serializable
data class Notification(val actions: Set<PushAction>, val event: Event<*>, val profileTag: String? = null, val read: Boolean, val roomId: RoomId, val timestamp: Long)

Constructors

Link copied to clipboard
fun Notification(actions: Set<PushAction>, event: Event<*>, profileTag: String? = null, read: Boolean, roomId: RoomId, timestamp: Long)

Properties

Link copied to clipboard
val actions: Set<PushAction>
Link copied to clipboard
val event: Event<*>
Link copied to clipboard
val profileTag: String? = null
Link copied to clipboard
Link copied to clipboard
val roomId: RoomId
Link copied to clipboard