StatsPercentValue

class pyrogram.raw.base.StatsPercentValue

Channel statistics percentage

Constructors:

This base type has 1 constructor available.

StatsPercentValue

Channel statistics percentage.

TL Schema

statsPercentValue#cbce2fe0
part:double
total:double

= StatsPercentValue

Parameter Tree

StatsPercentValue
├── partdouble
└── totaldouble

Example

StatsPercentValue(
    part=0.0,
    total=0.0,
)