teleproto - v1.229.0
    Preparing search index...

    Interface ReqDHParamsParams

    interface ReqDHParamsParams {
        encryptedData: bytes;
        nonce: BigInteger;
        p: bytes;
        publicKeyFingerprint: BigInteger;
        q: bytes;
        serverNonce: BigInteger;
    }
    Index
    encryptedData: bytes
    nonce: BigInteger
    publicKeyFingerprint: BigInteger
    serverNonce: BigInteger