717 B
717 B
title | description | image |
---|---|---|
statsPercentValue | statsPercentValue attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsPercentValue
Attributes:
Name | Type | Required |
---|---|---|
part | double | Yes |
total | double | Yes |
Type: StatsPercentValue
Example:
$statsPercentValue = ['_' => 'statsPercentValue', 'part' => double, 'total' => double];
Or, if you're into Lua:
statsPercentValue={_='statsPercentValue', part=double, total=double}