SessionResumptionUpdate

@Serializable
data class SessionResumptionUpdate(val newHandle: String? = null, val resumable: Boolean? = null)

Represents the session resumption update.

Constructors

Link copied to clipboard
constructor(newHandle: String? = null, resumable: Boolean? = null)

Properties

Link copied to clipboard
val newHandle: String?

The new handle.

Link copied to clipboard
val resumable: Boolean?

The resumable.