Raw.StatsPercentValue

Raw.StatsPercentValue

Channel statistics percentage. compute the percentage simply by doing part * total / 100

statsPercentValue#cbce2fe0 part:double total:double = StatsPercentValue;
export namespace Raw {
  export class StatsPercentValue {
    constructor(params: { part: number; total: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xcbce2fe0

Property