800 B
800 B
title | description | image |
---|---|---|
inputPaymentCredentials | Payment credentials | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPaymentCredentials
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}