1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
account.sentChangePhoneCode | Sent change phone code | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];
PWRTelegram json-encoded version:
{"_": "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}