mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
913 B
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
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];