teleproto - v1.229.0
    Preparing search index...

    Class StarGiftAuctionStateFinished

    Hierarchy (View Summary)

    • VirtualClass<
          {
              averagePrice: long;
              endDate: int;
              fragmentListedCount?: int;
              fragmentListedUrl?: string;
              listedCount?: int;
              startDate: int;
          },
      >
      • StarGiftAuctionStateFinished
    Index
    • Parameters

      • args: {
            averagePrice: BigInteger;
            endDate: number;
            fragmentListedCount?: number;
            fragmentListedUrl?: string;
            listedCount?: number;
            startDate: number;
        }

      Returns StarGiftAuctionStateFinished

    • Returns {
          averagePrice: BigInteger;
          endDate: number;
          fragmentListedCount?: number;
          fragmentListedUrl?: string;
          listedCount?: number;
          startDate: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    averagePrice: BigInteger
    className: "StarGiftAuctionStateFinished"
    classType: "constructor"
    CONSTRUCTOR_ID: 2536352703
    endDate: number
    fragmentListedCount?: number
    fragmentListedUrl?: string
    listedCount?: number
    originalArgs: {
        averagePrice: BigInteger;
        endDate: number;
        fragmentListedCount?: number;
        fragmentListedUrl?: string;
        listedCount?: number;
        startDate: number;
    }
    startDate: number
    SUBCLASS_OF_ID: 580130043