Constructor: inputStorePaymentAuthCode
Attributes:
Name | Type | Required |
---|---|---|
restore | Bool | Optional |
phone_number | string | Yes |
phone_code_hash | string | Yes |
currency | string | Yes |
amount | long | Yes |
Type: InputStorePaymentPurpose
Example:
$inputStorePaymentAuthCode = ['_' => 'inputStorePaymentAuthCode', 'restore' => Bool, 'phone_number' => 'string', 'phone_code_hash' => 'string', 'currency' => 'string', 'amount' => long];