teleproto - v1.229.0
    Preparing search index...

    Class GiveawayInfoResults

    Hierarchy (View Summary)

    • VirtualClass<
          {
              activatedCount?: int;
              finishDate: int;
              giftCodeSlug?: string;
              refunded?: boolean;
              starsPrize?: long;
              startDate: int;
              winner?: boolean;
              winnersCount: int;
          },
      >
      • GiveawayInfoResults
    Index
    • Parameters

      • args: {
            activatedCount?: number;
            finishDate: number;
            giftCodeSlug?: string;
            refunded?: boolean;
            starsPrize?: BigInteger;
            startDate: number;
            winner?: boolean;
            winnersCount: number;
        }

      Returns GiveawayInfoResults

    • Returns {
          activatedCount?: number;
          finishDate: number;
          giftCodeSlug?: string;
          refunded?: boolean;
          starsPrize?: BigInteger;
          startDate: number;
          winner?: boolean;
          winnersCount: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    activatedCount?: number
    className: "payments.GiveawayInfoResults"
    classType: "constructor"
    CONSTRUCTOR_ID: 3782600303
    finishDate: number
    giftCodeSlug?: string
    originalArgs: {
        activatedCount?: number;
        finishDate: number;
        giftCodeSlug?: string;
        refunded?: boolean;
        starsPrize?: BigInteger;
        startDate: number;
        winner?: boolean;
        winnersCount: number;
    }
    refunded?: boolean
    starsPrize?: BigInteger
    startDate: number
    SUBCLASS_OF_ID: 2527295421
    winner?: boolean
    winnersCount: number