mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
fragment.collectibleInfo | fragment.collectibleInfo attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/fragment_collectibleInfo.html |
Constructor: fragment.collectibleInfo
Attributes:
Name | Type | Required |
---|---|---|
purchase_date | int | Yes |
currency | string | Yes |
amount | long | Yes |
crypto_currency | string | Yes |
crypto_amount | long | Yes |
url | string | Yes |
Type: fragment.CollectibleInfo
Example:
$fragment_collectibleInfo = ['_' => 'fragment.collectibleInfo', 'purchase_date' => int, 'currency' => 'string', 'amount' => long, 'crypto_currency' => 'string', 'crypto_amount' => long, 'url' => 'string'];