Skip to content

StatisticalValue

Type · TDLib 1.8.67 · d1085f9c

A value with information about its recent changes

StatisticalValue(
  value: double,
  previous_value: double,
  growth_rate_percentage: double
) → StatisticalValue

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