Set

class Set<VALUE>(    val oldRevision: Int?,     val newRevision: Int,     val newValue: VALUE) : OutgoingContextUpdate.Modification<VALUE>

Constructors

Link copied to clipboard
fun <VALUE> Set(    oldRevision: Int?,     newRevision: Int,     newValue: VALUE)

Properties

Link copied to clipboard
val newRevision: Int
Link copied to clipboard
val newValue: VALUE
Link copied to clipboard
val oldRevision: Int?