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

913 B

title description nav_exclude image
starsTopupOption starsTopupOption attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: starsTopupOption

Back to constructors index

Attributes:

Name Type Required
extended Bool Optional
stars long Yes
store_product string Optional
currency string Yes
amount long Yes

Type: StarsTopupOption

Example:

$starsTopupOption = ['_' => 'starsTopupOption', 'extended' => Bool, 'stars' => long, 'store_product' => 'string', 'currency' => 'string', 'amount' => long];