teleproto - v1.229.0
    Preparing search index...

    Class UniqueStarGiftValueInfo

    Hierarchy (View Summary)

    • VirtualClass<
          {
              averagePrice?: long;
              currency: string;
              floorPrice?: long;
              fragmentListedCount?: int;
              fragmentListedUrl?: string;
              initialSaleDate: int;
              initialSalePrice: long;
              initialSaleStars: long;
              lastSaleDate?: int;
              lastSaleOnFragment?: boolean;
              lastSalePrice?: long;
              listedCount?: int;
              value: long;
              valueIsAverage?: boolean;
          },
      >
      • UniqueStarGiftValueInfo
    Index
    • Parameters

      • args: {
            averagePrice?: BigInteger;
            currency: string;
            floorPrice?: BigInteger;
            fragmentListedCount?: number;
            fragmentListedUrl?: string;
            initialSaleDate: number;
            initialSalePrice: BigInteger;
            initialSaleStars: BigInteger;
            lastSaleDate?: number;
            lastSaleOnFragment?: boolean;
            lastSalePrice?: BigInteger;
            listedCount?: number;
            value: BigInteger;
            valueIsAverage?: boolean;
        }

      Returns UniqueStarGiftValueInfo

    • Returns {
          averagePrice?: BigInteger;
          currency: string;
          floorPrice?: BigInteger;
          fragmentListedCount?: number;
          fragmentListedUrl?: string;
          initialSaleDate: number;
          initialSalePrice: BigInteger;
          initialSaleStars: BigInteger;
          lastSaleDate?: number;
          lastSaleOnFragment?: boolean;
          lastSalePrice?: BigInteger;
          listedCount?: number;
          value: BigInteger;
          valueIsAverage?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    averagePrice?: BigInteger
    className: "payments.UniqueStarGiftValueInfo"
    classType: "constructor"
    CONSTRUCTOR_ID: 1362093126
    currency: string
    floorPrice?: BigInteger
    fragmentListedCount?: number
    fragmentListedUrl?: string
    initialSaleDate: number
    initialSalePrice: BigInteger
    initialSaleStars: BigInteger
    lastSaleDate?: number
    lastSaleOnFragment?: boolean
    lastSalePrice?: BigInteger
    listedCount?: number
    originalArgs: {
        averagePrice?: BigInteger;
        currency: string;
        floorPrice?: BigInteger;
        fragmentListedCount?: number;
        fragmentListedUrl?: string;
        initialSaleDate: number;
        initialSalePrice: BigInteger;
        initialSaleStars: BigInteger;
        lastSaleDate?: number;
        lastSaleOnFragment?: boolean;
        lastSalePrice?: BigInteger;
        listedCount?: number;
        value: BigInteger;
        valueIsAverage?: boolean;
    }
    SUBCLASS_OF_ID: 372595652
    value: BigInteger
    valueIsAverage?: boolean