Constructor: updateSentPhoneCode
A paid login SMS code was successfully sent.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| sent_code | auth.SentCode | Yes | Info about the sent code. |
Type: Update
Example:
$updateSentPhoneCode = ['_' => 'updateSentPhoneCode', 'sent_code' => auth.SentCode];