Update Event
@Serializable
The UpdateEvent data class allows to represent an event occurred during the lifecycle of an update
Author
N7ghtm4r3 - Tecknobit
Since
1.2.0
Constructors
Link copied to clipboard
constructor(id: String, type: UpdateEventType, author: PandoroUser? = null, timestamp: Long, noteContent: String? = null, extraContent: String? = null)