StatsPercentValue
- class pyrogram.raw.base.StatsPercentValue
Channel statistics percentage
- Constructors:
This base type has 1 constructor available.
Channel statistics percentage.
TL Schema
statsPercentValue#cbce2fe0
part:double
total:double
= StatsPercentValue
Parameter Tree
StatsPercentValue
├── part →
double└── total →
doubleExample
StatsPercentValue(
part=0.0,
total=0.0,
)