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: UpdateIdentifier, val data: String, val rawJson: JsonElement) : Update
Link copied to clipboard
Use this object to deserialize objects with type Update. Currently it is restricted to use this DeserializationStrategy only with JSON
Link copied to clipboard