Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UnknownUpdate(val updateId: UpdateId, val data: JsonElement, val throwable: Throwable? = null) : Update
Link copied to clipboard
interface Update
Link copied to clipboard
object UpdateDeserializationStrategy : DeserializationStrategy<Update>

Use this object to deserialize objects with type Update. Currently it is restricted to use this DeserializationStrategy only with JSON