teleproto - v1.229.0
    Preparing search index...

    Class InputStorePaymentAuthCode

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              currency: string;
              phoneCodeHash: string;
              phoneNumber: string;
              premiumDays: int;
              restore?: boolean;
          },
      >
      • InputStorePaymentAuthCode
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            currency: string;
            phoneCodeHash: string;
            phoneNumber: string;
            premiumDays: number;
            restore?: boolean;
        }

      Returns InputStorePaymentAuthCode

    • Returns {
          amount: BigInteger;
          currency: string;
          phoneCodeHash: string;
          phoneNumber: string;
          premiumDays: number;
          restore?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "InputStorePaymentAuthCode"
    classType: "constructor"
    CONSTRUCTOR_ID: 1069645911
    currency: string
    originalArgs: {
        amount: BigInteger;
        currency: string;
        phoneCodeHash: string;
        phoneNumber: string;
        premiumDays: number;
        restore?: boolean;
    }
    phoneCodeHash: string
    phoneNumber: string
    premiumDays: number
    restore?: boolean
    SUBCLASS_OF_ID: 3886290765