statsAbsValueAndPrev
Statistics value couple; initial and final value for period of time currently in consideration
type tg.StatsAbsValueAndPrev struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Current | float64 | yes | Current value |
Previous | float64 | yes | Previous value |
References
- Official documentation
- Generated Go reference
- TL definition:
statsAbsValueAndPrev#cb43acde