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'];