teleproto - v1.229.0
    Preparing search index...

    Class StarsGiftOption

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              currency: string;
              extended?: boolean;
              stars: long;
              storeProduct?: string;
          },
      >
      • StarsGiftOption
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            currency: string;
            extended?: boolean;
            stars: BigInteger;
            storeProduct?: string;
        }

      Returns StarsGiftOption

    • Returns {
          amount: BigInteger;
          currency: string;
          extended?: boolean;
          stars: BigInteger;
          storeProduct?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "StarsGiftOption"
    classType: "constructor"
    CONSTRUCTOR_ID: 1577421297
    currency: string
    extended?: boolean
    originalArgs: {
        amount: BigInteger;
        currency: string;
        extended?: boolean;
        stars: BigInteger;
        storeProduct?: string;
    }
    stars: BigInteger
    storeProduct?: string
    SUBCLASS_OF_ID: 2848803767