teleproto - v1.229.0
    Preparing search index...

    Interface AccountSaveSecureValueParams

    interface AccountSaveSecureValueParams {
        secureSecretId: BigInteger;
        value: InputSecureValueIn;
    }
    Index
    secureSecretId: BigInteger

    Passport secret hash, for more info see the passport docs »

    Secure value, for more info see the passport docs »