1007 B
1007 B
title | description | image |
---|---|---|
auth.sentCode | Sent code | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: auth.sentCode
Sent code
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone_registered | Bool | Yes | Phone registered? |
phone_code_hash | string | Yes | Phone code hash |
send_call_timeout | int | Yes | Send call timeout |
is_password | Bool | Yes | Is password? |
Type: auth_SentCode
Example:
$auth_sentCode = ['_' => 'auth.sentCode', 'phone_registered' => Bool, 'phone_code_hash' => 'string', 'send_call_timeout' => int, 'is_password' => Bool];
Or, if you're into Lua:
auth_sentCode={_='auth.sentCode', phone_registered=Bool, phone_code_hash='string', send_call_timeout=int, is_password=Bool}