teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentAuthCodeIn

    interface InputStorePaymentAuthCodeIn {
        _: "inputStorePaymentAuthCode";
        amount: BigInteger;
        currency: string;
        phoneCodeHash: string;
        phoneNumber: string;
        premiumDays: number;
        restore?: boolean;
    }
    Index
    _: "inputStorePaymentAuthCode"
    amount: BigInteger
    currency: string
    phoneCodeHash: string
    phoneNumber: string
    premiumDays: number
    restore?: boolean