mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
909 B
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
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];