Link Search Menu Expand Document

Constructor: inputStorePaymentAuthCode

Back to constructors index

Attributes:

NameTypeRequired
restoreBoolOptional
phone_numberstringYes
phone_code_hashstringYes
currencystringYes
amountlongYes

Type: InputStorePaymentPurpose

Example:

$inputStorePaymentAuthCode = ['_' => 'inputStorePaymentAuthCode', 'restore' => Bool, 'phone_number' => 'string', 'phone_code_hash' => 'string', 'currency' => 'string', 'amount' => long];