MadelineProto/old_docs/API_docs_v23/constructors/account_sentChangePhoneCode.md
2017-01-19 23:02:27 +01:00

656 B

title description
account.sentChangePhoneCode account_sentChangePhoneCode attributes, type and example

Constructor: account.sentChangePhoneCode

Back to constructors index

Attributes:

Name Type Required
phone_code_hash string Required
send_call_timeout int Required

Type: account_SentChangePhoneCode

Example:

$account_sentChangePhoneCode = ['_' => 'account.sentChangePhoneCode', 'phone_code_hash' => string, 'send_call_timeout' => int, ];