995 B
995 B
title | description | image | redirect_from |
---|---|---|---|
account.sentChangePhoneCode | Sent change phone code | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_sentChangePhoneCode.html |
Constructor: account.sentChangePhoneCode
Sent change phone code
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone_code_hash | string | Yes | Phone code hash |
send_call_timeout | int | Yes | Send call timeout |
Type: account.SentChangePhoneCode
Example:
$account.sentChangePhoneCode = ['_' => 'account.sentChangePhoneCode', 'phone_code_hash' => 'string', 'send_call_timeout' => int];
Or, if you're into Lua:
account.sentChangePhoneCode={_='account.sentChangePhoneCode', phone_code_hash='string', send_call_timeout=int}