MadelineProtoDocs/docs/API_docs/constructors/fragment.collectibleInfo.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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