Layer 227
constructor
statsPercentValue#cbce2fe0 part:double total:double = StatsPercentValue;

Parameters

Name Type Description
Part double Partial value
Total double Total value

Gogram Example

// Creating StatsPercentValueObj constructor
obj := &tg.StatsPercentValueObj{
    Part: 3.14159,
    Total: 3.14159,
}