796 B
796 B
title | description |
---|---|
account.sentChangePhoneCode | account_sentChangePhoneCode attributes, type and example |
Constructor: account.sentChangePhoneCode
Attributes:
Name | Type | Required |
---|---|---|
phone_code_hash | string | Yes |
send_call_timeout | int | Yes |
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, }