MadelineProtoDocs/docs/API_docs/constructors/statsAbsValueAndPrev.md
2024-05-01 14:53:46 +02:00

909 B

title description nav_exclude image
statsAbsValueAndPrev Statistics value couple; initial and final value for period of time currently in consideration true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsAbsValueAndPrev

Back to constructors index

Statistics value couple; initial and final value for period of time currently in consideration

Attributes:

Name Type Required Description
current double Yes Current value
previous double Yes Previous value

Type: StatsAbsValueAndPrev

Example:

$statsAbsValueAndPrev = ['_' => 'statsAbsValueAndPrev', 'current' => double, 'previous' => double];