mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
788 B
788 B
title | description | nav_exclude | image |
---|---|---|---|
inputStorePaymentStars | inputStorePaymentStars attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStorePaymentStars
Attributes:
Name | Type | Required |
---|---|---|
stars | long | Yes |
currency | string | Yes |
amount | long | Yes |
Type: InputStorePaymentPurpose
Example:
$inputStorePaymentStars = ['_' => 'inputStorePaymentStars', 'stars' => long, 'currency' => 'string', 'amount' => long];