AccountKeyBundle
data class AccountKeyBundle(val identityKey: String, val deviceKeys: List<SessionInitDeviceKeyBundle> = emptyList())
Represents an account's key-bundle with his identityKey.
Properties
Link copied to clipboard
A list of the target's key-bundle.
Link copied to clipboard
The target's identity key.