teleproto - v1.229.0
    Preparing search index...

    Class BoostsStatus

    Hierarchy (View Summary)

    • VirtualClass<
          {
              boosts: int;
              boostUrl: string;
              currentLevelBoosts: int;
              giftBoosts?: int;
              level: int;
              myBoost?: boolean;
              myBoostSlots?: int[];
              nextLevelBoosts?: int;
              premiumAudience?: TypeStatsPercentValue;
              prepaidGiveaways?: TypePrepaidGiveaway[];
          },
      >
      • BoostsStatus
    Index
    • Parameters

      • args: {
            boosts: number;
            boostUrl: string;
            currentLevelBoosts: number;
            giftBoosts?: number;
            level: number;
            myBoost?: boolean;
            myBoostSlots?: number[];
            nextLevelBoosts?: number;
            premiumAudience?: StatsPercentValue;
            prepaidGiveaways?: TypePrepaidGiveaway[];
        }

      Returns BoostsStatus

    • Returns {
          boosts: number;
          boostUrl: string;
          currentLevelBoosts: number;
          giftBoosts?: number;
          level: number;
          myBoost?: boolean;
          myBoostSlots?: number[];
          nextLevelBoosts?: number;
          premiumAudience?: StatsPercentValue;
          prepaidGiveaways?: TypePrepaidGiveaway[];
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    boosts: number
    boostUrl: string
    className: "premium.BoostsStatus"
    classType: "constructor"
    CONSTRUCTOR_ID: 1230586490
    currentLevelBoosts: number
    giftBoosts?: number
    level: number
    myBoost?: boolean
    myBoostSlots?: number[]
    nextLevelBoosts?: number
    originalArgs: {
        boosts: number;
        boostUrl: string;
        currentLevelBoosts: number;
        giftBoosts?: number;
        level: number;
        myBoost?: boolean;
        myBoostSlots?: number[];
        nextLevelBoosts?: number;
        premiumAudience?: StatsPercentValue;
        prepaidGiveaways?: TypePrepaidGiveaway[];
    }
    premiumAudience?: StatsPercentValue
    prepaidGiveaways?: TypePrepaidGiveaway[]
    SUBCLASS_OF_ID: 3273333433