PreKey

data class PreKey(val id: UShort, val data: ByteArray)

Prekey

Constructors

Link copied to clipboard
constructor(id: UShort, data: ByteArray)

Properties

Link copied to clipboard

the prekey data

Link copied to clipboard
val id: UShort

the prekey ID

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int