MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPaymentCredentials.md
2019-09-13 17:13:55 +02:00

800 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?
data DataJSON Yes Data

Type: InputPaymentCredentials

Example:

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

Or, if you're into Lua:

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