Function decodeMediaRetryNode

  • Parameters

    Returns {
        error?: Boom<any>;
        key: proto.IMessageKey;
        media?: {
            ciphertext: Uint8Array;
            iv: Uint8Array;
        };
    }

    • Optional error?: Boom<any>
    • key: proto.IMessageKey
    • Optional media?: {
          ciphertext: Uint8Array;
          iv: Uint8Array;
      }
      • ciphertext: Uint8Array
      • iv: Uint8Array

Generated using TypeDoc