mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:17:48 +01:00
657 B
657 B
title | description |
---|---|
account_sentChangePhoneCode | account_sentChangePhoneCode attributes, type and example |
Constructor: account_sentChangePhoneCode
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, ];