teleproto - v1.229.0
    Preparing search index...

    Class InputStorePaymentPremiumGiveaway

    Hierarchy (View Summary)

    • VirtualClass<
          {
              additionalPeers?: TypeInputPeer[];
              amount: long;
              boostPeer: TypeInputPeer;
              countriesIso2?: string[];
              currency: string;
              onlyNewSubscribers?: boolean;
              prizeDescription?: string;
              randomId?: long;
              untilDate: int;
              winnersAreVisible?: boolean;
          },
      >
      • InputStorePaymentPremiumGiveaway
    Index
    • Parameters

      • args: {
            additionalPeers?: TypeInputPeer[];
            amount: BigInteger;
            boostPeer: TypeInputPeer;
            countriesIso2?: string[];
            currency: string;
            onlyNewSubscribers?: boolean;
            prizeDescription?: string;
            randomId?: BigInteger;
            untilDate: number;
            winnersAreVisible?: boolean;
        }

      Returns InputStorePaymentPremiumGiveaway

    • Returns {
          additionalPeers?: TypeInputPeer[];
          amount: BigInteger;
          boostPeer: TypeInputPeer;
          countriesIso2?: string[];
          currency: string;
          onlyNewSubscribers?: boolean;
          prizeDescription?: string;
          randomId?: BigInteger;
          untilDate: number;
          winnersAreVisible?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    additionalPeers?: TypeInputPeer[]
    amount: BigInteger
    boostPeer: TypeInputPeer
    className: "InputStorePaymentPremiumGiveaway"
    classType: "constructor"
    CONSTRUCTOR_ID: 369444042
    countriesIso2?: string[]
    currency: string
    onlyNewSubscribers?: boolean
    originalArgs: {
        additionalPeers?: TypeInputPeer[];
        amount: BigInteger;
        boostPeer: TypeInputPeer;
        countriesIso2?: string[];
        currency: string;
        onlyNewSubscribers?: boolean;
        prizeDescription?: string;
        randomId?: BigInteger;
        untilDate: number;
        winnersAreVisible?: boolean;
    }
    prizeDescription?: string
    randomId?: BigInteger
    SUBCLASS_OF_ID: 3886290765
    untilDate: number
    winnersAreVisible?: boolean