View Source ExTDLib.Object.StatisticalValue (ExTDLib v0.0.4)
A value with information about its recent changes.
| Name | Type | Description |
|---|---|---|
| value | double | The current value. |
| previous_value | double | The value for the previous day. |
| growth_rate_percentage | double | The growth rate of the value, as a percentage. |
More details on telegram's documentation.