Constructor: auth.sentCodeTypeSms
The code was sent via SMS
Attributes:
Name | Type | Required | Description |
---|---|---|---|
length | int | Yes | Length of the code in bytes |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeSms = ['_' => 'auth.sentCodeTypeSms', 'length' => int];