teleproto - v1.229.0
    Preparing search index...

    Class SentCodePaymentRequired

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              currency: string;
              phoneCodeHash: string;
              premiumDays: int;
              storeProduct: string;
              supportEmailAddress: string;
              supportEmailSubject: string;
          },
      >
      • SentCodePaymentRequired
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            currency: string;
            phoneCodeHash: string;
            premiumDays: number;
            storeProduct: string;
            supportEmailAddress: string;
            supportEmailSubject: string;
        }

      Returns SentCodePaymentRequired

    • Returns {
          amount: BigInteger;
          currency: string;
          phoneCodeHash: string;
          premiumDays: number;
          storeProduct: string;
          supportEmailAddress: string;
          supportEmailSubject: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "auth.SentCodePaymentRequired"
    classType: "constructor"
    CONSTRUCTOR_ID: 4169301695
    currency: string
    originalArgs: {
        amount: BigInteger;
        currency: string;
        phoneCodeHash: string;
        premiumDays: number;
        storeProduct: string;
        supportEmailAddress: string;
        supportEmailSubject: string;
    }
    phoneCodeHash: string
    premiumDays: number
    storeProduct: string
    SUBCLASS_OF_ID: 1827172481
    supportEmailAddress: string
    supportEmailSubject: string