MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputPaymentCredentials.md

848 B

title description image
inputPaymentCredentials Payment credentials https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPaymentCredentials

Back to constructors index

Payment credentials

Attributes:

Name Type Required Description
save Bool Optional Save payment credential for future use
data DataJSON Yes Payment credentials

Type: InputPaymentCredentials

Example:

$inputPaymentCredentials = ['_' => 'inputPaymentCredentials', 'save' => Bool, 'data' => DataJSON];

Or, if you're into Lua:

inputPaymentCredentials={_='inputPaymentCredentials', save=Bool, data=DataJSON}