statsPercentValue
Channel statistics percentage. Compute the percentage simply by doing part * total / 100
type tg.StatsPercentValue struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Part | float64 | yes | Partial value |
Total | float64 | yes | Total value |
References
- Official documentation
- Generated Go reference
- TL definition:
statsPercentValue#cbce2fe0