ListPrekeysResponse

data class ListPrekeysResponse(val failedToList: List<<Error class: unknown class>>? = listOf(), val qualifiedUserClientPrekeys: DomainToUserIdToClientsToPreKeyMap)

v4 API response type for prekeys Will extend to older versions of the API, to support backwards compatibility plus versioning

Constructors

Link copied to clipboard
constructor(failedToList: List<<Error class: unknown class>>? = listOf(), qualifiedUserClientPrekeys: DomainToUserIdToClientsToPreKeyMap)

Properties

Link copied to clipboard
val failedToList: List<<Error class: unknown class>>?