RegisterClientParam

data class RegisterClientParam(val password: String?, val capabilities: List<<Error class: unknown class>>?, val clientType: <Error class: unknown class>? = null, val model: String? = null, val preKeysToSend: Int = DEFAULT_PRE_KEYS_COUNT, val secondFactorVerificationCode: String? = null, val modelPostfix: String? = null)

The required data needed to register a client password capabilities :Hints provided by the client for the backend so it can behave in a backwards-compatible way. ex : legalHoldConsent preKeysToSend : the initial public keys to start a conversation with another client

See also

Constructors

Link copied to clipboard
constructor(password: String?, capabilities: List<<Error class: unknown class>>?, clientType: <Error class: unknown class>? = null, model: String? = null, preKeysToSend: Int = DEFAULT_PRE_KEYS_COUNT, secondFactorVerificationCode: String? = null, modelPostfix: String? = null)

Properties

Link copied to clipboard
val capabilities: List<<Error class: unknown class>>?
Link copied to clipboard
val clientType: <Error class: unknown class>? = null
Link copied to clipboard
val model: String? = null
Link copied to clipboard
val modelPostfix: String? = null
Link copied to clipboard
val password: String?
Link copied to clipboard
val preKeysToSend: Int
Link copied to clipboard
val secondFactorVerificationCode: String? = null