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

31 lines
909 B
Markdown

---
title: "statsAbsValueAndPrev"
description: "Statistics value couple; initial and final value for period of time currently in consideration"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: statsAbsValueAndPrev
[Back to constructors index](/API_docs/constructors/index.html)
Statistics value couple; initial and final value for period of time currently in consideration
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|current|[double](/API_docs/types/double.html) | Yes|Current value|
|previous|[double](/API_docs/types/double.html) | Yes|Previous value|
### Type: [StatsAbsValueAndPrev](/API_docs/types/StatsAbsValueAndPrev.html)
### Example:
```
$statsAbsValueAndPrev = ['_' => 'statsAbsValueAndPrev', 'current' => double, 'previous' => double];
```