MadelineProtoDocs/docs/API_docs/constructors/statsPercentValue.md

717 B

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

Constructor: statsPercentValue

Back to constructors index

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}