teleproto - v1.229.0
    Preparing search index...

    Class StarsGiveawayOption

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              currency: string;
              default?: boolean;
              extended?: boolean;
              stars: long;
              storeProduct?: string;
              winners: TypeStarsGiveawayWinnersOption[];
              yearlyBoosts: int;
          },
      >
      • StarsGiveawayOption
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            currency: string;
            default?: boolean;
            extended?: boolean;
            stars: BigInteger;
            storeProduct?: string;
            winners: StarsGiveawayWinnersOption[];
            yearlyBoosts: number;
        }

      Returns StarsGiveawayOption

    • Returns {
          amount: BigInteger;
          currency: string;
          default?: boolean;
          extended?: boolean;
          stars: BigInteger;
          storeProduct?: string;
          winners: StarsGiveawayWinnersOption[];
          yearlyBoosts: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "StarsGiveawayOption"
    classType: "constructor"
    CONSTRUCTOR_ID: 2496562474
    currency: string
    default?: boolean
    extended?: boolean
    originalArgs: {
        amount: BigInteger;
        currency: string;
        default?: boolean;
        extended?: boolean;
        stars: BigInteger;
        storeProduct?: string;
        winners: StarsGiveawayWinnersOption[];
        yearlyBoosts: number;
    }
    stars: BigInteger
    storeProduct?: string
    SUBCLASS_OF_ID: 975741451
    yearlyBoosts: number