mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
751 B
751 B
title | description | nav_exclude | image |
---|---|---|---|
bankCardOpenUrl | Credit card info URL provided by the bank | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: bankCardOpenUrl
Credit card info URL provided by the bank
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | Info URL |
name | string | Yes | Bank name |
Type: BankCardOpenUrl
Example:
$bankCardOpenUrl = ['_' => 'bankCardOpenUrl', 'url' => 'string', 'name' => 'string'];