MadelineProtoDocs/docs/API_docs/constructors/inputStorePaymentStars.md
2024-06-04 10:12:34 +02:00

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

Back to constructors index

Attributes:

Name Type Required
stars long Yes
currency string Yes
amount long Yes

Type: InputStorePaymentPurpose

Example:

$inputStorePaymentStars = ['_' => 'inputStorePaymentStars', 'stars' => long, 'currency' => 'string', 'amount' => long];