Register Request
data class RegisterRequest(account: String, voice: Boolean?, captcha: String?, server: String?) : SignaldRequestBodyV1<Register, Account>
Content copied to clipboard
begin the account registration process by requesting a phone number verification code. when the code is received, submit it with a verify request
Constructors
RegisterRequest
Link copied to clipboard
fun RegisterRequest(account: String, voice: Boolean? = null, captcha: String? = null, server: String? = null)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Account?
Content copied to clipboard
submit
Link copied to clipboard